mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 00:24:14 +01:00
Update release.yml
This commit is contained in:
parent
590b2e11d1
commit
8aa967c7b3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue