Skip to content

Commit

Permalink
Update publish_winuiex_nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten authored Oct 11, 2023
1 parent 9c744d7 commit e80782e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish_winuiex_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ jobs:
path: artifacts/NuGet/Release

- name: Push to NuGet
run: dotnet nuget push artifacts\NuGet\Release\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
run: dotnet nuget push artifacts\NuGet\Release\*.snupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
run: |
dotnet nuget push artifacts\NuGet\Release\*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org
dotnet nuget push artifacts\NuGet\Release\*.snupkg -k ${{ secrets.NUGET_API_KEY }} -s https://nuget.org

0 comments on commit e80782e

Please sign in to comment.