From d37e6b78f16164e9b799e09fcd3483b002905ff8 Mon Sep 17 00:00:00 2001 From: Moncef AOUDIA Date: Fri, 15 Dec 2023 18:45:40 +0100 Subject: [PATCH] fix: folder issue --- .github/workflows/cd.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1a4e2c5bea..e5ea6ee5d7 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -7,6 +7,8 @@ on: workflow_dispatch: env: + ACTIONS_RUNNER_DEBUG: true + ACTIONS_STEP_DEBUG: true CARGO_TERM_COLOR: always RUST_BACKTRACE: full @@ -91,8 +93,8 @@ jobs: - name: Download all artifacts uses: actions/download-artifact@v4 - name: Create release directory - run: mkdir massa_release - - name: Unzip artifacts into release directory + run: mkdir massa_release && ls -al + - name: Unzip artifacts run: | for file in massa_artifacts_*; do unzip "$file" -d massa_release/