Skip to content

Commit

Permalink
Remove upx-3.96-amd64_linux.tar.xz archive before goreleaser execution
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Feb 12, 2022
1 parent a74f7fa commit 623a681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
tar --strip-components 1 -xf upx-3.96-amd64_linux.tar.xz upx-3.96-amd64_linux/upx
mv ./upx /usr/local/bin/upx
rm upx-3.96-amd64_linux.tar.xz
upx -V
- name: Docker Login
uses: docker/login-action@v1
Expand Down

0 comments on commit 623a681

Please sign in to comment.