Skip to content

Commit

Permalink
publish-to-nuget.yml ->Fix path (#191)
Browse files Browse the repository at this point in the history
Co-authored-by: David Jensen <djn@danskecommodities.com>
  • Loading branch information
entvex and David Jensen authored Nov 17, 2023
1 parent b89f9a0 commit f905d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ jobs:
run: dotnet pack /p:PackageVersion=$VERSION /p:ContinuousIntegrationBuild=true -c release --include-symbols

- name: Publish the package to nuget.org
run: dotnet nuget push src/DotPulsar/bin/release/*.nupkg --api-key $NUGET_AUTH_TOKEN --source https://api.nuget.org/v3/index.json
run: dotnet nuget push src/DotPulsar/bin/Release/*.nupkg --api-key $NUGET_AUTH_TOKEN --source https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.NUGET_KEY }}

0 comments on commit f905d98

Please sign in to comment.