diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8bbdb97..79bad9d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,9 +15,9 @@ jobs: with: dotnet-version: 3.1 - name: Build solution -c Release - run: dotnet build + run: dotnet build --output build - name: Run unit tests run: dotnet test - name: Publish NuGet package - run: dotnet nuget push "*.nupkg" --source FFMpegCore/bin/Release --skip-duplicate + run: dotnet nuget push "*.nupkg" --source build --skip-duplicate