Skip to content

Commit

Permalink
🐛 fix workflow: upx license
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba committed Apr 28, 2021
1 parent 381a4af commit 04b36f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
run: |
wget https://github.com/upx/upx/releases/download/v3.95/upx-3.95-amd64_linux.tar.xz
tar --strip-components=1 -xf upx-3.95-amd64_linux.tar.xz && sudo mv upx /usr/bin/
git reset --hard
git clean -f -d
upx --version
- name: Run GoReleaser
Expand Down

0 comments on commit 04b36f3

Please sign in to comment.