Update release.yml

Former-commit-id: 1093404919
This commit is contained in:
Malte Rosenbjerg 2020-10-28 19:51:48 +01:00
parent 3b9f1ea42c
commit f564ff39ea

View file

@ -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: ls && dotnet nuget push "*.nupkg" --source build --skip-duplicate run: ls && ls FFMpegCore && dotnet nuget push "*.nupkg" --source FFMpegCore/build --skip-duplicate