Skip to content

Commit c37020a

Browse files
committed
Fixed nuget push command
1 parent 1051ac4 commit c37020a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ 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 .\dist\*.nupkg
47+
run: nuget push *.nupkg
48+
working-directory: .\dist

0 commit comments

Comments
 (0)