Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hgjura committed Jul 5, 2022
1 parent 12eff87 commit 355ea86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-package-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,5 @@ jobs:
- name: Publish to Nuget PM
if: github.event_name == 'release'
run: |
dotnet nuget push ./src/${{ env.PROJECT_NAME_CORE }}/ServerTools.ServerCommands.1.0.1-core2.nupkg --source ${NUGET_FEED}/index.json --api-key ${NUGET_API_KEY} --skip-duplicate
dotnet nuget push ./src/${{ env.PROJECT_NAME_CORE }}/*.nupkg --source ${NUGET_FEED}/index.json --api-key ${NUGET_API_KEY} --skip-duplicate

0 comments on commit 355ea86

Please sign in to comment.