From a1c15aac4da4aab44a36a1b257e32efeb0008fc4 Mon Sep 17 00:00:00 2001 From: natsurainko Date: Thu, 9 Jan 2025 16:33:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E5=92=8C=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/check&build.yml | 4 ++-- build.bat | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check&build.yml b/.github/workflows/check&build.yml index 0ee9a96..9a7faec 100644 --- a/.github/workflows/check&build.yml +++ b/.github/workflows/check&build.yml @@ -19,7 +19,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v3 with: - dotnet-version: 7.0.x + dotnet-version: 8.0.x - name: Build LocalizerScript run: | @@ -32,7 +32,7 @@ jobs: .\LocalizerScript.exe "${{github.workspace}}/Views" "${{github.workspace}}/Strings" - name: Upload .msixupload to artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: Strings path: "${{github.workspace}}/Strings" diff --git a/build.bat b/build.bat index 75ef43a..f6ee1b9 100644 --- a/build.bat +++ b/build.bat @@ -2,5 +2,5 @@ cd .\Scripts dotnet build --configuration Release /p:Platform="Any CPU" cd ..\ -.\Scripts\bin\Release\net7.0\LocalizerScript.exe .\Views .\ +.\Scripts\bin\Release\net8.0\LocalizerScript.exe .\Views .\ pause \ No newline at end of file