Skip to content

Commit d5920f3

Browse files
committed
chore#: Corrigir a publicação de pacote através do GitHub Actions.
1 parent d1476ff commit d5920f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858

5959
- name: Carregar o pacote no NuGet
6060
run: |
61-
cd published/
61+
cd packages/
6262
dotnet nuget push *.nupkg --api-key ${{ secrets.NUGET_TOKEN }} --source "https://api.nuget.org/v3/index.json" --skip-duplicate
6363
6464
- name: Carregar o pacote no GitHub
6565
run: |
66-
cd published/
66+
cd packages/
6767
dotnet nuget push *.nupkg --api-key ${{ secrets.PACKAGE_TOKEN }} --source "https://nuget.pkg.github.com/kempdec/index.json" --skip-duplicate

0 commit comments

Comments
 (0)