Skip to content

Commit 7b612bf

Browse files
committed
Fix CI
1 parent 972075c commit 7b612bf

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,8 @@ jobs:
2121
with:
2222
dotnet-version: 8.0.x
2323

24-
- name: Build LocalizerScript
25-
run: |
26-
cd .\Scripts
27-
dotnet build
28-
29-
- name: Run LocalizerScript
30-
run: |
31-
cd .\Scripts\bin\Debug\net8.0
32-
.\LocalizerScript.exe "${{github.workspace}}/Views" "${{github.workspace}}/Strings"
33-
34-
- name: Upload .msixupload to artifacts
35-
uses: actions/upload-artifact@v4
36-
with:
37-
name: Strings
38-
path: "${{github.workspace}}/Strings"
39-
40-
41-
42-
43-
24+
- name: Build Localizer
25+
run: dotnet build --project FluentLauncher.Infra.Localizer
4426

27+
- name: Run Localizer
28+
run: dotnet run --project FluentLauncher.Infra.Localizer -- --src "Views" --out "Strings" --languages en-US zh-Hans zh-Hant ru-RU uk-UA

0 commit comments

Comments
 (0)