diff --git a/.github/workflows/release-process_release-candidate.yml b/.github/workflows/release-process_release-candidate.yml index 1e2475fa1e..2b26a8ae81 100644 --- a/.github/workflows/release-process_release-candidate.yml +++ b/.github/workflows/release-process_release-candidate.yml @@ -140,6 +140,10 @@ jobs: path: artifacts merge-multiple: true + - name: Unzip artifacts + working-directory: artifacts + run: ls *.zip | xargs -n 1 unzip + - name: Checkout Cura repo uses: actions/checkout@v4 with: