Skip to content

Commit 0b029fb

Browse files
authored
Update nuget-publish.yml
1 parent 924bf48 commit 0b029fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nuget-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
dotnet pack -c Release -o out
2222
2323
- name: Push generated package to GitHub registry
24-
run: dotnet nuget push ./out/*.nupkg --api-key $NUGET_AUTH_TOKEN --source https://www.nuget.org/ --skip-duplicate --no-symbols true
24+
run: dotnet nuget push ./contentstack-utils-dotnet/out/*.nupkg --api-key $NUGET_AUTH_TOKEN --source https://www.nuget.org/ --skip-duplicate --no-symbols true
2525

2626
publish-git:
2727
runs-on: windows-latest
@@ -40,4 +40,4 @@ jobs:
4040
dotnet pack -c Release -o out
4141
4242
- name: Push generated package to GitHub registry
43-
run: dotnet nuget push ./out/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate --no-symbols true
43+
run: dotnet nuget push ./contentstack-utils-dotnet/out/*.nupkg --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate --no-symbols true

0 commit comments

Comments
 (0)