From c789797d2d964e436a60fb21f336f3c92184c408 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Mon, 22 Jan 2024 20:05:20 -0800 Subject: [PATCH] Revert "Remove the download artifacts step" This reverts commit 479007da5512637593e454b5098d823c0f3f8a47. --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b1cb1ad9..d7f8a7b6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,6 +222,11 @@ 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