mirror of
https://github.com/iBug/pac.git
synced 2025-07-13 12:52:15 +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
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- run: python3 build.py
|
||||
- run: |
|
||||
python3 build.py
|
||||
gzip -9 dist/*.txt
|
||||
- name: Generate release info
|
||||
id: release-info
|
||||
run: python3 release-info.py
|
||||
|
Loading…
Reference in New Issue
Block a user