Merge pull request #400 from rosenbjerg/main

Fix release pipeline
This commit is contained in:
Malte Rosenbjerg 2023-02-17 00:23:59 +01:00 committed by GitHub
commit 7b38f0949d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
dotnet-version: '7.0.x'
- name: Build solution
run: dotnet pack FFMpegCore.sln --output build -c Release
run: dotnet pack FFMpegCore.sln -c Release
- name: Publish NuGet package
run: dotnet nuget push *.nupkg --skip-duplicate --source nuget.org --api-key ${{ secrets.NUGET_TOKEN }}