Skip to content

Commit

Permalink
Fix OutputPath
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Jan 10, 2024
1 parent c661c98 commit c8a20fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: msbuild -t:restore "Stella Mod Launcher\1. Stella Mod Launcher.csproj"

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

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

0 comments on commit c8a20fb

Please sign in to comment.