From cf4a87d827aeb164013754a7215807e2116e9208 Mon Sep 17 00:00:00 2001 From: yaling888 <73897884+yaling888@users.noreply.github.com> Date: Sun, 29 May 2022 01:41:23 +0800 Subject: [PATCH] Chore: GitHub build --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a17c4d9..a9d4b7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,13 +43,13 @@ jobs: $core_version = Get-Content version.txt - curl -LO https://github.com/yaling888/clash/releases/download/plus/clash-plus-windows-amd64-$(core_version).zip - curl -LO https://github.com/yaling888/clash/releases/download/plus/clash-plus-windows-amd64-v3-$(core_version).zip + curl -LO "https://github.com/yaling888/clash/releases/download/plus/clash-plus-windows-amd64-$core_version.zip" + curl -LO "https://github.com/yaling888/clash/releases/download/plus/clash-plus-windows-amd64-v3-$core_version.zip" - Expand-Archive -Path clash-plus-windows-amd64-$(core_version).zip -DestinationPath . + Expand-Archive -Path "clash-plus-windows-amd64-$core_version.zip" -DestinationPath . Remove-Item -Force version.txt - Remove-Item -Force clash-plus-windows-amd64-$(core_version).zip + Remove-Item -Force "clash-plus-windows-amd64-$core_version.zip" cd ../