mirror of
https://github.com/iBug/pac.git
synced 2025-07-14 05:12:17 +08:00
Produce GZIP
This commit is contained in:
parent
7c64be41a5
commit
c9672b8135
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -12,7 +12,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- run: python3 build.py
|
- run: |
|
||||||
|
python3 build.py
|
||||||
|
gzip -9 dist/*.txt
|
||||||
- name: Generate release info
|
- name: Generate release info
|
||||||
id: release-info
|
id: release-info
|
||||||
run: python3 release-info.py
|
run: python3 release-info.py
|
||||||
|
Loading…
Reference in New Issue
Block a user