Update release.yml

This commit is contained in:
Malte Rosenbjerg 2020-10-27 01:11:46 +01:00 committed by GitHub
parent 590b2e11d1
commit 8aa967c7b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,5 +19,5 @@ jobs:
- name: Run unit tests
run: dotnet test
- name: Publish NuGet package
run: NUPKG=`find . -type f -name FFMpegCore*.nupkg` && dotnet nuget push $NUPKG -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json
run: dotnet nuget push "FFMpegCore/bin/Release/*.nupkg" --skip-duplicate