Skip to content

Commit

Permalink
Don't build test project for release binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhett12321 committed Jan 12, 2025
1 parent 8a0fcd1 commit ad70093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Build Release Binaries
id: build
run: dotnet build --configuration Release -p:Version=${{ steps.vars.outputs.VERSION }}
run: dotnet build NWNX.NET/NWNX.NET.csproj --configuration Release -p:Version=${{ steps.vars.outputs.VERSION }}

- name: Upload Build Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ad70093

Please sign in to comment.