mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 00:24:14 +01:00
parent
25cc42ba63
commit
d6810bf917
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -22,5 +22,6 @@ jobs:
|
|||
- name: Run unit tests
|
||||
run: dotnet test
|
||||
- name: Publish NuGet package
|
||||
if: github.event.pull_request.merged
|
||||
run: NUPKG=`find . -type f -name FFMpegCore*.nupkg` && dotnet nuget push $NUPKG -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json
|
||||
|
||||
|
|
Loading…
Reference in a new issue