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
5ecd481dfc
commit
04c5909d56
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
|
||||
run: dotnet build --output build
|
||||
- name: Publish NuGet package
|
||||
run: ls && dotnet nuget push "*.nupkg" --source $GITHUB_WORKSPACE/build --skip-duplicate
|
||||
run: dotnet nuget push "build/*.nupkg" --skip-duplicate
|
||||
|
||||
|
|
Loading…
Reference in a new issue