From 8aa967c7b3f10223168b35798f482d0bfb7a271c Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Tue, 27 Oct 2020 01:11:46 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b20d192..c7e6984 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,5 +19,5 @@ jobs: - name: Run unit tests run: dotnet test - name: Publish NuGet package - run: NUPKG=`find . -type f -name FFMpegCore*.nupkg` && dotnet nuget push $NUPKG -k ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json + run: dotnet nuget push "FFMpegCore/bin/Release/*.nupkg" --skip-duplicate