Skip to content

Commit

Permalink
upx lzma
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Dec 18, 2022
1 parent 00aa73e commit c7eb588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Build canary app
run: v -o vlogql-canary -prod vlogql-canary.v
- name: Compress Binaries
run: upx vlogql vlogql-canary
run: upx --lzma --overlay=strip vlogql vlogql-canary
- name: Retrieve v.mod version
run: |
echo TAG_NAME=$(cat v.mod | grep version | awk -F"'" '{print $2}') >> $GITHUB_ENV
Expand Down

0 comments on commit c7eb588

Please sign in to comment.