From 32c871ecf40874b526d5d7758832c0205ca3417d Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister <13hannes11@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:35:00 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0fcbdc..77dbf20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,8 +53,11 @@ jobs: if: startsWith(github.ref_name, 'main') && github.ref_type == 'branch' steps: - uses: actions/download-artifact@v4 + with: + path: artifacts + merge-multiple: true - name: Show files - run: ls + run: ls -R - uses: "dciborow/action-github-releases@v1.0.1" with: repo_token: "${{ secrets.GITHUB_TOKEN }}"