Skip to content

Commit

Permalink
ci: fix upx
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLatimer committed Mar 10, 2021
1 parent 3395665 commit 4fbe964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install xz-utils
chmod +x .github/scripts/upx.sh
.github/scripts/upx.sh
sudo .github/scripts/upx.sh
upx --version
shell: bash
- name: Run GoReleaser
Expand Down

0 comments on commit 4fbe964

Please sign in to comment.