From 9cc6cfb6538719b2ded3effa8a5abb22f88240e5 Mon Sep 17 00:00:00 2001 From: DarthAffe Date: Sun, 10 Sep 2023 21:33:51 +0000 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1cfbb69..aedf5ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,12 +22,6 @@ jobs: run: dotnet build --no-restore --configuration Release - name: Test run: dotnet test --no-build --verbosity normal --configuration Release - - name: Upload Nuget Build Artifact - uses: actions/upload-artifact@v2.2.4 - with: - name: ScreenCapture.NET-Nugets - path: bin/*nupkg - if-no-files-found: error - name: Nuget Push run: dotnet nuget push **\*.nupkg --skip-duplicate --api-key ${{ secrets.NUGET_TOKEN }} --source https://api.nuget.org/v3/index.json - name: Symbols Push