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.
1 parent 1e9789a commit a46a54eCopy full SHA for a46a54e
.github/workflows/publish-code.yml
@@ -43,7 +43,7 @@ jobs:
43
PackOutputs/*
44
45
- name: Publish Nuget Package
46
- run: dotnet nuget push "PackOutputs/*" --api-key ${{ secrets.NUGET_API_KEY }}
+ run: dotnet nuget push PackOutputs/* --api-key ${{ secrets.NUGET_API_KEY }}
47
48
- name: Upload Nuget packages as release artifacts
49
uses: actions/github-script@v2
0 commit comments