We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1476ff commit d5920f3Copy full SHA for d5920f3
1 file changed
.github/workflows/publish.yml
@@ -58,10 +58,10 @@ jobs:
58
59
- name: Carregar o pacote no NuGet
60
run: |
61
- cd published/
+ cd packages/
62
dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_TOKEN }} --source "https://api.nuget.org/v3/index.json" --skip-duplicate
63
64
- name: Carregar o pacote no GitHub
65
66
67
dotnet nuget push *.nupkg --api-key ${{ secrets.PACKAGE_TOKEN }} --source "https://nuget.pkg.github.com/kempdec/index.json" --skip-duplicate
0 commit comments