Skip to content

Commit

Permalink
ci: fix upx install
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLatimer committed Mar 10, 2021
1 parent 4fbe964 commit 40ca973
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Empty file modified .github/scripts/upx.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
- name: Install UPX
run: |
sudo apt-get update && sudo apt-get install xz-utils
chmod +x .github/scripts/upx.sh
sudo .github/scripts/upx.sh
upx --version
shell: bash
Expand Down

0 comments on commit 40ca973

Please sign in to comment.