Skip to content

Commit e09dba9

Browse files
committed
Fix path
1 parent 6a4af19 commit e09dba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: msbuild -t:restore "Stella Mod Launcher\1. Stella Mod Launcher.csproj"
2121

2222
- name: Build Stella Mod Launcher
23-
run: msbuild "Stella Mod Launcher\1. Stella Mod Launcher.csproj" -p:Configuration=Release -p:Platform="Any CPU" -p:OutputPath=./Build/Release
23+
run: msbuild "Stella Mod Launcher\1. Stella Mod Launcher.csproj" -p:Configuration=Release -p:Platform="Any CPU" -p:OutputPath=../Build/Release
2424

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

0 commit comments

Comments
 (0)