We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110166c commit 9803074Copy full SHA for 9803074
1 file changed
.github/workflows/publish_winuiex_nuget.yml
@@ -68,6 +68,6 @@ jobs:
68
with:
69
user: ${{ secrets.NUGET_USER }}
70
71
- # - name: Push to NuGet
72
- # run: |
73
- # dotnet nuget push artifacts\NuGet\Release\*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
+ - name: Push to NuGet
+ run: |
+ dotnet nuget push artifacts\NuGet\Release\*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
0 commit comments