Skip to content

Commit 8712325

Browse files
committed
Adding source parameter
1 parent c37020a commit 8712325

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,4 @@ jobs:
4444
run: nuget pack .\IIS.Compression.SiteExtension.nuspec -BasePath .\build -OutputDirectory .\dist -Version ${{ steps.setup_version.outputs.VERSION }}
4545

4646
- name: Push NuGet package
47-
run: nuget push *.nupkg
48-
working-directory: .\dist
47+
run: nuget push .\dist\*.nupkg -Source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)