Skip to content

Commit

Permalink
Fix tar expression
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Feb 12, 2022
1 parent 5136b12 commit a74f7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# --strip-components=number - Strip given number of leading components from file names before extraction.
# and extract only ./upx-3.96-amd64_linux/upx file
tar --strip-components 1 -xf upx-3.96-amd64_linux.tar.xz ./upx-3.96-amd64_linux/upx
tar --strip-components 1 -xf upx-3.96-amd64_linux.tar.xz upx-3.96-amd64_linux/upx
mv ./upx /usr/local/bin/upx
upx -V
Expand Down

0 comments on commit a74f7fa

Please sign in to comment.