From fe079a72bed459d1999edf75770fe1f0c396cff3 Mon Sep 17 00:00:00 2001 From: Felipe Knorr Kuhn Date: Mon, 22 Jan 2024 20:06:27 -0800 Subject: [PATCH] Clean up action --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d7f8a7b6c..c435d6ea5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,22 +101,10 @@ jobs: promo-video-assets.zip key: promo-video-assets-cache - # - name: Download mining pool artifact - # uses: actions/download-artifact@v4 - # continue-on-error: true - # with: - # name: mining-pool-assets - - name: Unzip assets before building (src/resources) continue-on-error: true run: unzip -o mining-pool-assets.zip -d assets/frontend/src/resources/mining-pools - - name: Download promo video artifact - uses: actions/download-artifact@v4 - continue-on-error: true - with: - name: promo-video-assets - - name: Unzip assets before building (src/resources) continue-on-error: true run: unzip -o promo-video-assets.zip -d assets/frontend/src/resources/promo-video