Skip to content

Commit bb6d77f

Browse files
committed
Fix path
1 parent 59e2593 commit bb6d77f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
runs-on: windows-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515

1616
- name: Setup MSBuild Path
17-
uses: microsoft/setup-msbuild@v1.0.2
17+
uses: microsoft/setup-msbuild@v1
1818

1919
- name: Restore NuGet Packages
2020
run: msbuild -t:restore
2121

2222
- name: Build Solution
23-
run: msbuild Genshin-Stella-Mod.sln -p:Configuration=Release -p:Platform="Any CPU"
23+
run: msbuild "Genshin Stella Mod Pack made by Sefinek.sln" -p:Configuration=Release -p:Platform="Any CPU"
2424

2525
- name: Run Genshin Stella Mod
2626
run: .\Build\Release\Stella Mod Launcher.exe

0 commit comments

Comments
 (0)