mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2024-11-10 08:34:12 +01:00
Update release.yml
This commit is contained in:
parent
9ab8c09b28
commit
8a3f29e7e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -15,5 +15,5 @@ jobs:
|
||||||
- name: Build solution
|
- name: Build solution
|
||||||
run: dotnet build --output build
|
run: dotnet build --output build
|
||||||
- name: Publish NuGet package
|
- name: Publish NuGet package
|
||||||
run: dotnet nuget push "**/*.nupkg" --skip-duplicate
|
run: dotnet nuget push "**/*.nupkg" --skip-duplicate --source nuget.org
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue