Skip to content

Commit 62272eb

Browse files
authored
Fix .csproj path in GitHub workflow
1 parent b3b6ad5 commit 62272eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CelesteMod/.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: dotnet restore
3030
- name: Build
31-
run: dotnet build CelesteMod.csproj --configuration Release --no-restore
31+
run: dotnet build Source/CelesteMod.csproj --configuration Release --no-restore
3232
env:
3333
CelestePrefix: ${{ github.workspace }}/lib-stripped
3434

0 commit comments

Comments
 (0)