From e517f848d212cc308951f8e04b76cac27dec5517 Mon Sep 17 00:00:00 2001 From: Yossi Saadi Date: Thu, 7 Mar 2024 11:54:57 +0200 Subject: [PATCH] ci(download-builds): download-artifact automatically extracts --- .github/actions/download-builds/action.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/actions/download-builds/action.yml b/.github/actions/download-builds/action.yml index 9fa72da513..fa7b1f3f32 100644 --- a/.github/actions/download-builds/action.yml +++ b/.github/actions/download-builds/action.yml @@ -4,14 +4,10 @@ description: Download build artifacts for all the packages and extract them to t runs: using: "composite" steps: - - name: Download + - name: Download and Extract id: download continue-on-error: true uses: actions/download-artifact@v4 with: name: ci-builds-${{ github.run_id }}-${{ github.run_attempt }} - - name: Extract - if: steps.download.outcome == 'success' - shell: bash - run: | - unzip ci-builds-${{ github.run_id }}-${{ github.run_attempt }}.zip -d . + path: packages/