We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d88ad2b commit 0f2c403Copy full SHA for 0f2c403
.github/workflows/ci.yaml
@@ -49,4 +49,4 @@ jobs:
49
src/FftSharp/bin/Release/*.snupkg
50
- name: 🚀 Publish
51
if: github.event_name == 'release'
52
- run: nuget push "src/FftSharp/bin/Release/*.nupkg" -SkipDuplicate -Source https://api.nuget.org/v3/index.json
+ run: nuget push "src\FftSharp\bin\Release\*.nupkg" -SkipDuplicate -Source https://api.nuget.org/v3/index.json
0 commit comments