Skip to content

Commit 0f2c403

Browse files
committed
CI: deploy using backslashes
1 parent d88ad2b commit 0f2c403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ jobs:
4949
src/FftSharp/bin/Release/*.snupkg
5050
- name: 🚀 Publish
5151
if: github.event_name == 'release'
52-
run: nuget push "src/FftSharp/bin/Release/*.nupkg" -SkipDuplicate -Source https://api.nuget.org/v3/index.json
52+
run: nuget push "src\FftSharp\bin\Release\*.nupkg" -SkipDuplicate -Source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)