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 b3b6ad5 commit 62272ebCopy full SHA for 62272eb
CelesteMod/.github/workflows/dotnet-core.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install dependencies
29
run: dotnet restore
30
- name: Build
31
- run: dotnet build CelesteMod.csproj --configuration Release --no-restore
+ run: dotnet build Source/CelesteMod.csproj --configuration Release --no-restore
32
env:
33
CelestePrefix: ${{ github.workspace }}/lib-stripped
34
0 commit comments