Update release.yml

Former-commit-id: 8aa967c7b3
This commit is contained in:
Malte Rosenbjerg 2020-10-27 01:11:46 +01:00 committed by GitHub
parent ca6f2bcf7f
commit 01a9e83e0e

View file

@ -19,5 +19,5 @@ jobs:
- name: Run unit tests - name: Run unit tests
run: dotnet test run: dotnet test
- name: Publish NuGet package - 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