only upx on linux (#134)

This commit is contained in:
Sijie.Sun
2024-06-05 21:00:30 +08:00
committed by GitHub
parent b43c078152
commit 70ad81f7bd

View File

@@ -121,7 +121,7 @@ jobs:
TAG=$GITHUB_SHA
fi
if [[ ! $OS =~ ^macos.*$ ]]; then
if [[ $OS =~ ^ubuntu.*$ ]]; then
upx --lzma --best ./target/$TARGET/release/easytier-core"$SUFFIX"
upx --lzma --best ./target/$TARGET/release/easytier-cli"$SUFFIX"
fi