Skip to content

Commit ffac942

Browse files
authored
Merge pull request #569 from ckadluba/567-build-net-framework-on-windows
Fixed nuget push syntax error
2 parents eb3e914 + 4710d71 commit ffac942

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
@@ -53,4 +53,4 @@ jobs:
5353
env:
5454
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
5555
run: |
56-
nuget push artifacts/*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }}
56+
nuget push artifacts\*.nupkg -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)