mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-04 09:59:41 +02:00
fix: correct UPX path for Windows installation in CI workflow
This commit is contained in:
@@ -88,7 +88,7 @@ jobs:
|
|||||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||||
curl -sL https://github.com/upx/upx/releases/download/v5.1.0/upx-5.1.0-win64.zip -o upx.zip
|
curl -sL https://github.com/upx/upx/releases/download/v5.1.0/upx-5.1.0-win64.zip -o upx.zip
|
||||||
7z x upx.zip -oupx-dir
|
7z x upx.zip -oupx-dir
|
||||||
echo "$(pwd)/upx-dir" >> $GITHUB_PATH
|
echo "$(pwd)/upx-dir/upx-5.1.0-win64" >> $GITHUB_PATH
|
||||||
elif [ "$RUNNER_OS" == "Linux" ]; then
|
elif [ "$RUNNER_OS" == "Linux" ]; then
|
||||||
curl -sL https://github.com/upx/upx/releases/download/v5.1.0/upx-5.1.0-amd64_linux.tar.xz -o upx.tar.xz
|
curl -sL https://github.com/upx/upx/releases/download/v5.1.0/upx-5.1.0-amd64_linux.tar.xz -o upx.tar.xz
|
||||||
tar xf upx.tar.xz
|
tar xf upx.tar.xz
|
||||||
|
|||||||
Reference in New Issue
Block a user