mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
parent
ca6f2bcf7f
commit
01a9e83e0e
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