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 52f55fa commit fe2a787Copy full SHA for fe2a787
.github/workflows/dev-packages.yml
@@ -37,5 +37,5 @@ jobs:
37
run: dotnet pack -c Release -p:VersionPrefix=$VERSION -p:VersionSuffix="dev-$(date +%Y%m%d)-$(git rev-parse --short HEAD)" -o ${{ github.workspace }}/output
38
39
- name: Run Push
40
- run: dotnet nuget push ${{ github.workspace }}/output/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
+ run: dotnet nuget push ${{ github.workspace }}\output\*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_API_KEY }}
41
0 commit comments