Skip to content

Commit c67b48e

Browse files
authored
Update ZeusFiscal_build.yml
nuget push tentativa
1 parent 22e8257 commit c67b48e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ZeusFiscal_build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,10 @@ jobs:
115115
with:
116116
dotnet-version: 6.0.x
117117

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-
118+
- name: Push NuGet packages
119+
run: dotnet nuget push *.nupkg --source "https://api.nuget.org/v3/index.json" --api-key ${{ secrets.NUGET_AUTH_TOKEN }}
120+
working-directory: ./ZeusFiscal
121+
123122
- name: Discord notification
124123
continue-on-error: true
125124
env:

0 commit comments

Comments
 (0)