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 1051ac4 commit c37020aCopy full SHA for c37020a
1 file changed
.github/workflows/publish.yml
@@ -44,4 +44,5 @@ 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 .\dist\*.nupkg
+ run: nuget push *.nupkg
48
+ working-directory: .\dist
0 commit comments