Skip to content

Commit 2a84a7e

Browse files
committed
Fix PR-Ci Nu action
1 parent 7c522c3 commit 2a84a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PR-CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,5 +117,5 @@ jobs:
117117
path: ${{env.working-directory}}
118118
- name: Step-03 Release to Nuget Org
119119
if: ${{ startsWith(github.head_ref, 'release/')}}
120-
run: dotnet nuget push ${{env.working-directory}}/src/parsley.net/bin/Release/*.nupkg --skip-duplicate --api-key ${{ env.nuget-token }} --source https://api.nuget.org/v3/index.json
120+
run: dotnet nuget push ${{env.working-directory}}/src/parsley/bin/Release/*.nupkg --skip-duplicate --api-key ${{ env.nuget-token }} --source https://api.nuget.org/v3/index.json
121121

0 commit comments

Comments
 (0)