Skip to content

Commit

Permalink
Chore: GitHub build
Browse files Browse the repository at this point in the history
  • Loading branch information
yaling888 committed May 28, 2022
1 parent 15165ce commit cf4a87d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ../
Expand Down

0 comments on commit cf4a87d

Please sign in to comment.