Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed Jan 10, 2024
1 parent c8a20fb commit 6a4af19
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 @@ -23,4 +23,4 @@ jobs:
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
run: Build\Release\Stella Mod Launcher.exe

0 comments on commit 6a4af19

Please sign in to comment.