Skip to content

Commit 30f8111

Browse files
authored
Update deploy-pack.yml
fuck
1 parent 4ed2fb5 commit 30f8111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-pack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ jobs:
6969
path: ${{steps.artifactsPath.outputs.nuget_artifacts}}\*.nupkg
7070

7171
- name: Publish packages to nuget.org
72-
run: dotnet nuget push ${{steps.artifactsPath.outputs.nuget_artifacts}}/*.nupkg --api-key ${{ secrets.NUGET_AUTH_TOKEN }} --source https://api.nuget.org/v3/index.json
72+
run: dotnet nuget push ${{steps.artifactsPath.outputs.nuget_artifacts}}\*.nupkg --api-key ${{ secrets.NUGET_AUTH_TOKEN }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)