Skip to content

Commit

Permalink
Fixed nuget push command
Browse files Browse the repository at this point in the history
  • Loading branch information
shibayan committed Aug 4, 2020
1 parent 1051ac4 commit c37020a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
run: nuget pack .\IIS.Compression.SiteExtension.nuspec -BasePath .\build -OutputDirectory .\dist -Version ${{ steps.setup_version.outputs.VERSION }}

- name: Push NuGet package
run: nuget push .\dist\*.nupkg
run: nuget push *.nupkg
working-directory: .\dist

0 comments on commit c37020a

Please sign in to comment.