Skip to content

Commit 828d384

Browse files
authored
chore: fix dir separator in dotnet nuget push (#592)
1 parent c5e09a2 commit 828d384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: 'NuGet publish'
6969
shell: pwsh
7070
run: |
71-
dotnet nuget push "${{ env.PACKAGE_OUTPUT_PATH }}/*.nupkg" `
71+
dotnet nuget push "${{ env.PACKAGE_OUTPUT_PATH }}\*.nupkg" `
7272
--api-key "$Env:NUGET_TOKEN" `
7373
--source "https://api.nuget.org/v3/index.json"
7474
env:

0 commit comments

Comments
 (0)