fix logic for gunzip

This commit is contained in:
MkQtS
2025-07-24 17:42:36 +08:00
committed by GitHub
parent 6d230df649
commit 94049e01e3

View File

@@ -101,7 +101,6 @@ jobs:
# e.g. https://github.com/MetaCubeX/mihomo/releases/download/Prerelease-Alpha/mihomo-linux-amd64-alpha-1a84153.gz # e.g. https://github.com/MetaCubeX/mihomo/releases/download/Prerelease-Alpha/mihomo-linux-amd64-alpha-1a84153.gz
wget -q -O ./mihomo.gz "$MIHOMO_URL" wget -q -O ./mihomo.gz "$MIHOMO_URL"
gunzip ./mihomo.gz gunzip ./mihomo.gz
mv ./mihomo-linux* ./mihomo
chmod +x ./mihomo chmod +x ./mihomo
} }