Skip to content

Commit

Permalink
Revert "build the whole solution"
Browse files Browse the repository at this point in the history
This reverts commit c04fe9a.
  • Loading branch information
JohnCorby committed Apr 25, 2024
1 parent c04fe9a commit 9b1c356
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 QSB.sln
- run: dotnet build -c Debug

- 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 ${{ env.REAL_PROJ_NAME }}.sln
run: dotnet build -c Release

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

0 comments on commit 9b1c356

Please sign in to comment.