Skip to content

Commit

Permalink
CI: Explicitly target RogueLegacy.sln
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Dec 2, 2024
1 parent fd38cb7 commit 7d4b5d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: dotnet build (Debug)
run: |
dotnet build -c Debug
dotnet build -c Debug RogueLegacy.sln
- name: dotnet build (Release)
run: |
dotnet build -c Release
dotnet build -c Release RogueLegacy.sln

0 comments on commit 7d4b5d2

Please sign in to comment.