From b8676df2aba7f812f57ac30c48a746725402e89c Mon Sep 17 00:00:00 2001 From: Connection Refused Date: Fri, 2 Apr 2021 01:36:17 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b1ae517..2eab5f86 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 .