Skip to content

Commit

Permalink
Only publish RockSniffer project
Browse files Browse the repository at this point in the history
  • Loading branch information
kokolihapihvi committed Oct 7, 2023
1 parent 4cb86e1 commit b211868
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 @@ -17,7 +17,7 @@ jobs:
run: dotnet build --configuration Release --no-restore
- name: Publish
run: |
dotnet publish -c Release -o ./publish --runtime win-x64 --framework=net6.0-windows --self-contained false -p:PublishSingleFile=true
dotnet publish RockSniffer -c Release -o ./publish --runtime win-x64 --framework=net6.0-windows --self-contained false -p:PublishSingleFile=true
- uses: actions/upload-artifact@v3
with:
name: publish
Expand Down

0 comments on commit b211868

Please sign in to comment.