Remove --output build

This commit is contained in:
Malte Rosenbjerg 2023-02-17 00:23:17 +01:00
parent 030d0eb304
commit 2e9f5f1170

View file

@ -16,7 +16,7 @@ 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 build/*.nupkg --source nuget.org --api-key ${{ secrets.NUGET_TOKEN }} run: dotnet nuget push build/*.nupkg --source nuget.org --api-key ${{ secrets.NUGET_TOKEN }}