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 c37020a commit 8712325Copy full SHA for 8712325
1 file changed
.github/workflows/publish.yml
@@ -44,5 +44,4 @@ jobs:
44
run: nuget pack .\IIS.Compression.SiteExtension.nuspec -BasePath .\build -OutputDirectory .\dist -Version ${{ steps.setup_version.outputs.VERSION }}
45
46
- name: Push NuGet package
47
- run: nuget push *.nupkg
48
- working-directory: .\dist
+ run: nuget push .\dist\*.nupkg -Source https://api.nuget.org/v3/index.json
0 commit comments