Produce GZIP

This commit is contained in:
iBug 2022-03-16 11:43:58 +08:00
parent 7c64be41a5
commit c9672b8135

View File

@ -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