Skip to content

Commit 755ec07

Browse files
authored
Update nuget-publish.yml
Updated Push path
1 parent 7f13924 commit 755ec07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nuget-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
user: ${{secrets.NUGET_USER}}
4141

4242
- name: Nuget push
43-
run: dotnet nuget push artifacts/*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
43+
run: dotnet nuget push nupkg/*.nupkg --api-key ${{steps.login.outputs.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json
4444

4545

4646

0 commit comments

Comments
 (0)