Skip to content

Commit 9847fd9

Browse files
committed
修正 UPX 设置步骤中的下载命令,使用 curl 替代 wget
1 parent 3bb0532 commit 9847fd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: UPX Setup
2929
run: |
30-
wget https://github.com/upx/upx/releases/download/v5.0.1/upx-5.0.1-win64.zip
30+
curl -O https://github.com/upx/upx/releases/download/v5.0.1/upx-5.0.1-win64.zip
3131
unzip upx-5.0.1-win64.zip
3232
mv upx-5.0.1-win64 upx
3333

0 commit comments

Comments
 (0)