Skip to content

Commit

Permalink
Fix CI .csproj path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalobi authored Jul 20, 2024
1 parent 1a4dfc9 commit d27de43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 NerdHelper.csproj --configuration Release --no-restore
run: dotnet build Code/NerdHelper.csproj --configuration Release --no-restore
env:
CelestePrefix: ${{ github.workspace }}/lib-stripped

Expand Down

0 comments on commit d27de43

Please sign in to comment.