revert UPX version to 4.2.4 in core.yml (#2221)

This commit is contained in:
Luna Yao
2026-05-07 12:49:40 +02:00
committed by GitHub
parent 74fc8b300d
commit 96fd39649a
+1 -1
View File
@@ -230,7 +230,7 @@ jobs:
*) UPX_ARCH="amd64" ;;
esac
UPX_VERSION=5.1.1
UPX_VERSION=4.2.4
UPX_PKG="upx-${UPX_VERSION}-${UPX_ARCH}_linux"
curl -L "https://github.com/upx/upx/releases/download/v${UPX_VERSION}/${UPX_PKG}.tar.xz" -s | tar xJvf -
cp "${UPX_PKG}/upx" .