We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb0532 commit 9847fd9Copy full SHA for 9847fd9
1 file changed
.github/workflows/package_and_release.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: UPX Setup
29
run: |
30
- wget https://github.com/upx/upx/releases/download/v5.0.1/upx-5.0.1-win64.zip
+ curl -O https://github.com/upx/upx/releases/download/v5.0.1/upx-5.0.1-win64.zip
31
unzip upx-5.0.1-win64.zip
32
mv upx-5.0.1-win64 upx
33
0 commit comments