Skip to content

Commit

Permalink
build the whole solution
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCorby committed Apr 25, 2024
1 parent f95ddb6 commit c04fe9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-dotnet@v1
- run: dotnet build -c Debug
- run: dotnet build -c Debug QSB.sln

- uses: actions/upload-artifact@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: if (Test-Path ${{ env.REAL_PROJ_NAME }}/${{ env.REAL_PROJ_NAME }}.csproj.user) { rm ${{ env.REAL_PROJ_NAME }}/${{ env.REAL_PROJ_NAME }}.csproj.user }

- name: Build Mod
run: dotnet build -c Release
run: dotnet build -c Release ${{ env.REAL_PROJ_NAME }}.sln

- name: Upload Artifact
uses: "actions/upload-artifact@v3"
Expand Down

0 comments on commit c04fe9a

Please sign in to comment.