Skip to content

Commit

Permalink
Fix .csproj path (7.0.8) [NugetDeploy]
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Aug 23, 2023
1 parent e611fcf commit ddf3199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Publish Tgstation.Server.Client to NuGet
uses: alirezanet/publish-nuget@e276c40afeb2a154046f0997820f2a9ea74832d9 # v3.1.0
with:
PROJECT_FILE_PATH: src/Tgstation.Server.Client/Tgstation.Server.Client.csproj
PROJECT_FILE_PATH: Byond.TopicSender/Byond.TopicSender.csproj
TAG_COMMIT: false
INCLUDE_SYMBOLS: true
NUGET_KEY: ${{ secrets.NUGET_API_KEY }}

0 comments on commit ddf3199

Please sign in to comment.