Skip to content

Commit 546ab48

Browse files
Fix path separator for NuGet push command
1 parent d3cfe0f commit 546ab48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,4 +89,4 @@ jobs:
8989
- name: Push to NuGet.org
9090
if: github.ref == 'refs/heads/master'
9191
shell: pwsh
92-
run: dotnet nuget push artifacts/*.nupkg --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
92+
run: dotnet nuget push artifacts\*.nupkg --api-key ${{ steps.login.outputs.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 commit comments

Comments
 (0)