Merge branch 'main' into feature/net7-windows-support-v5

This commit is contained in:
Dimitri Vranken 2023-02-20 13:18:40 +01:00
commit 790aebba87

View file

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