From 479007da5512637593e454b5098d823c0f3f8a47 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Mon, 22 Jan 2024 19:51:38 -0800 Subject: [PATCH] Remove the download artifacts step --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7f8a7b6c..7b1cb1ad9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,11 +222,6 @@ jobs: promo-video-assets.zip key: promo-video-assets-cache - - name: Download artifact - uses: actions/download-artifact@v4 - with: - name: mining-pool-assets - - name: Unzip assets before building (src/resources) run: unzip -o mining-pool-assets.zip -d ${{ matrix.node }}/${{ matrix.flavor }}/frontend/src/resources/mining-pools