Skip to content

Commit 82056dd

Browse files
committed
Fix release workflow
1 parent 6feeb89 commit 82056dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

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

119119
- name: 🚀 Push NuGet packages
120-
run: dotnet nuget push ${{ runner.temp }}/deployables/*.nupkg --source https://api.nuget.org/v3/index.json -k '${{ steps.nuget-login.outputs.NUGET_API_KEY }}'
120+
run: dotnet nuget push ${{ runner.temp }}\deployables\*.nupkg --source https://api.nuget.org/v3/index.json -k '${{ steps.nuget-login.outputs.NUGET_API_KEY }}'
121121

122122
- name: 🚀 Push NPM packages
123123
shell: pwsh

0 commit comments

Comments
 (0)