diff --git a/.github/workflows/ci-rs.yml b/.github/workflows/ci-rs.yml index 0053353..0be9413 100644 --- a/.github/workflows/ci-rs.yml +++ b/.github/workflows/ci-rs.yml @@ -115,15 +115,15 @@ jobs: run: cargo build --release --target ${{ matrix.settings.target }} # List contents of the target directory for debugging - - name: List target directory contents - run: ls -R ./target/${{ matrix.settings.target }} + # - name: List target directory contents + # run: ls -R ./target/${{ matrix.settings.target }} # Upload artifact for the next steps (test and publish) - name: Upload artifact uses: actions/upload-artifact@v4 with: name: build-rs-${{ matrix.settings.host }}-${{ matrix.settings.target }} - path: ./target/${{ matrix.settings.target }} + path: ./target/${{ matrix.settings.target }}/* if-no-files-found: error publish: