mirror of
https://github.com/netchx/netch.git
synced 2026-04-11 20:43:21 +08:00
Update build.yml
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -24,9 +24,9 @@ jobs:
|
||||
New-Item -ItemType Directory -Name release
|
||||
Set-Location release
|
||||
|
||||
Invoke-WebRequest -Uri $NetchDataURL -OutFile data.zip
|
||||
Invoke-WebRequest -Uri $NetchModeURL -OutFile mode.zip
|
||||
Invoke-WebRequest -Uri $NetchI18NURL -OutFile i18n.zip
|
||||
Invoke-WebRequest -Uri ${{ env.NetchDataURL }} -OutFile data.zip
|
||||
Invoke-WebRequest -Uri ${{ env.NetchModeURL }} -OutFile mode.zip
|
||||
Invoke-WebRequest -Uri ${{ env.NetchI18NURL }} -OutFile i18n.zip
|
||||
|
||||
Expand-Archive -Force -Path data.zip -DestinationPath bin
|
||||
Expand-Archive -Force -Path mode.zip -DestinationPath .
|
||||
|
||||
Reference in New Issue
Block a user