mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 00:24:14 +01:00
Fix NuGet push
This commit is contained in:
parent
3139d776c7
commit
fb8d7cecf5
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
|
||||
run: dotnet test
|
||||
- name: Publish NuGet package
|
||||
run: dotnet nuget push "FFMpegCore/bin/Release/*.nupkg" --skip-duplicate
|
||||
run: dotnet nuget push "*.nupkg" --source FFMpegCore/bin/Release --skip-duplicate
|
||||
|
||||
|
|
Loading…
Reference in a new issue