Skip to content

Commit

Permalink
修复工作流和脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
natsurainko committed Jan 9, 2025
1 parent ccd5f35 commit a1c15aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check&build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a1c15aa

Please sign in to comment.