From e80782e4bddb3bdb911e828738fa8a4271aaebb2 Mon Sep 17 00:00:00 2001 From: Morten Nielsen Date: Wed, 11 Oct 2023 11:19:29 -0700 Subject: [PATCH] Update publish_winuiex_nuget.yml --- .github/workflows/publish_winuiex_nuget.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_winuiex_nuget.yml b/.github/workflows/publish_winuiex_nuget.yml index 77ecd0e..756c7ed 100644 --- a/.github/workflows/publish_winuiex_nuget.yml +++ b/.github/workflows/publish_winuiex_nuget.yml @@ -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