Skip to content

Commit fbde6ac

Browse files
committed
Merge remote-tracking branch 'origin/fixRelease' into HEAD
2 parents dbddc0a + 82056dd commit fbde6ac

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)