Skip to content

Commit

Permalink
Produce GZIP
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed Mar 16, 2022
1 parent 7c64be4 commit c9672b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9672b8

Please sign in to comment.