Fix NuGet push

Former-commit-id: fb8d7cecf5
This commit is contained in:
Malte Rosenbjerg 2020-10-28 19:39:21 +01:00
parent bb0a7b3fc6
commit 81fd0fb8c0

View file

@ -19,5 +19,5 @@ jobs:
- name: Run unit tests
run: dotnet test
- name: Publish NuGet package
run: dotnet nuget push "FFMpegCore/bin/Release/*.nupkg" --skip-duplicate
run: dotnet nuget push "*.nupkg" --source FFMpegCore/bin/Release --skip-duplicate