Skip to content

Commit

Permalink
Merge pull request #119 from zeropsio/go-update
Browse files Browse the repository at this point in the history
update upx-action
  • Loading branch information
jansaidl authored Mar 7, 2024
2 parents c43b79d + 5ff0d4a commit 0963234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

- name: Compress binary
if: ${{ matrix.compress }}
uses: svenstaro/upx-action@v1-release
uses: svenstaro/upx-action@v2
with:
file: ./builds/${{ matrix.file }}
strip: ${{ matrix.strip }}
Expand Down

0 comments on commit 0963234

Please sign in to comment.