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 dbddc0a + 82056dd commit fbde6acCopy full SHA for fbde6ac
.github/workflows/release.yml
@@ -117,7 +117,7 @@ jobs:
117
user: ${{ secrets.NUGET_USER }}
118
119
- name: 🚀 Push NuGet packages
120
- run: dotnet nuget push ${{ runner.temp }}/deployables/*.nupkg --source https://api.nuget.org/v3/index.json -k '${{ steps.nuget-login.outputs.NUGET_API_KEY }}'
+ run: dotnet nuget push ${{ runner.temp }}\deployables\*.nupkg --source https://api.nuget.org/v3/index.json -k '${{ steps.nuget-login.outputs.NUGET_API_KEY }}'
121
122
- name: 🚀 Push NPM packages
123
shell: pwsh
0 commit comments