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 22e8257 commit c67b48eCopy full SHA for c67b48e
.github/workflows/ZeusFiscal_build.yml
@@ -115,11 +115,10 @@ jobs:
115
with:
116
dotnet-version: 6.0.x
117
118
- - name: Push to NuGet Feed
119
- run: dotnet nuget push *.nupkg -k $NUGET_AUTH_TOKEN -s https://api.nuget.org/v3/index.json
120
- env:
121
- NUGET_AUTH_TOKEN: ${{ secrets.NUGET_AUTH_TOKEN }}
122
-
+ - name: Push NuGet packages
+ run: dotnet nuget push *.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_AUTH_TOKEN }}
+ working-directory: ./ZeusFiscal
+
123
- name: Discord notification
124
continue-on-error: true
125
env:
0 commit comments