Skip to content

Commit

Permalink
use max compression for release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
tinyzimmer committed Dec 19, 2020
1 parent d5e2129 commit aa81049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: sudo apt-get install -y upx

- name: Build Release
run: make dist
run: COMPRESSION=9 make dist

- name: Publish Release Artifacts
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit aa81049

Please sign in to comment.