From b837b6e3d572087b78e7e7e546742c296707a6a3 Mon Sep 17 00:00:00 2001 From: Rodrigo Pereyra Diaz Date: Fri, 4 Apr 2025 23:04:27 -0300 Subject: [PATCH] chore: delivery nugets to nugetorg --- .github/workflows/continuous-delivery-nuget.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/continuous-delivery-nuget.yml b/.github/workflows/continuous-delivery-nuget.yml index ea3fb46..d29ec20 100644 --- a/.github/workflows/continuous-delivery-nuget.yml +++ b/.github/workflows/continuous-delivery-nuget.yml @@ -82,12 +82,6 @@ jobs: uses: andstor/file-existence-action@v3 with: files: "./nugets/*.nupkg" - - name: Upload artifact - if: steps.has-nugets.outputs.files_exists == 'true' - uses: actions/upload-artifact@v4.6.2 - with: - name: nugets - path: ./nugets/*.nupkg - name: Delivery nuget to Nuget.org if: steps.has-nugets.outputs.files_exists == 'true' run: |