We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4712ff + 72a13e8 commit 62a12eaCopy full SHA for 62a12ea
.github/workflows/publish-code.yml
@@ -42,7 +42,7 @@ jobs:
42
path: PackOutputs/*
43
44
- name: Publish Nuget Package
45
- run: dotnet nuget push PackOutputs/* --api-key ${{ secrets.NUGET_API_KEY }}
+ run: dotnet nuget push PackOutputs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }}
46
47
- name: Upload Nuget packages as release artifacts
48
uses: actions/github-script@v2
0 commit comments