diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f426f4..9b49864 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,10 +64,6 @@ jobs: steps: - name: Download Artifact uses: actions/download-artifact@v4 - with: - name: ${{ matrix.target }}/image_cleaner_#{{ matrix.target }} - path: target - merge-multiple: true - name: Display structure of downloaded files run: ls -R - name: Bump version and push tag