Skip to content

Commit a1c15aa

Browse files
committed
修复工作流和脚本
1 parent ccd5f35 commit a1c15aa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check&build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup .NET
2020
uses: actions/setup-dotnet@v3
2121
with:
22-
dotnet-version: 7.0.x
22+
dotnet-version: 8.0.x
2323

2424
- name: Build LocalizerScript
2525
run: |
@@ -32,7 +32,7 @@ jobs:
3232
.\LocalizerScript.exe "${{github.workspace}}/Views" "${{github.workspace}}/Strings"
3333
3434
- name: Upload .msixupload to artifacts
35-
uses: actions/upload-artifact@v2
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: Strings
3838
path: "${{github.workspace}}/Strings"

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
cd .\Scripts
33
dotnet build --configuration Release /p:Platform="Any CPU"
44
cd ..\
5-
.\Scripts\bin\Release\net7.0\LocalizerScript.exe .\Views .\
5+
.\Scripts\bin\Release\net8.0\LocalizerScript.exe .\Views .\
66
pause

0 commit comments

Comments
 (0)