We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a4af19 commit e09dba9Copy full SHA for e09dba9
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
run: msbuild -t:restore "Stella Mod Launcher\1. Stella Mod Launcher.csproj"
21
22
- 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
+ run: msbuild "Stella Mod Launcher\1. Stella Mod Launcher.csproj" -p:Configuration=Release -p:Platform="Any CPU" -p:OutputPath=../Build/Release
24
25
- name: Run Stella Mod Launcher
26
run: Build\Release\Stella Mod Launcher.exe
0 commit comments