Skip to content

Commit

Permalink
Fix .csproj path in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalobi authored Jul 21, 2024
1 parent b3b6ad5 commit 62272eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CelesteMod/.github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build CelesteMod.csproj --configuration Release --no-restore
run: dotnet build Source/CelesteMod.csproj --configuration Release --no-restore
env:
CelestePrefix: ${{ github.workspace }}/lib-stripped

Expand Down

0 comments on commit 62272eb

Please sign in to comment.