Skip to content

Commit aa81049

Browse files
committed
use max compression for release artifacts
1 parent d5e2129 commit aa81049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: sudo apt-get install -y upx
2626

2727
- name: Build Release
28-
run: make dist
28+
run: COMPRESSION=9 make dist
2929

3030
- name: Publish Release Artifacts
3131
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)