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 }}"