diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e6901ad0..714d1bff2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -168,4 +168,22 @@ jobs: - "amd64" - "arm64" - steps: \ No newline at end of file + steps: + - uses: actions/download-artifact@v3 + with: + name: featurebase-${{ matrix.goos }}-${{ matrix.goarch }} + + - uses: actions/download-artifact@v3 + with: + name: roaring-migrate-${{ matrix.goos }}-${{ matrix.goarch }} + + - uses: actions/download-artifact@v3 + with: + name: ingester-${{ matrix.goos }}-${{ matrix.goarch }} + + - uses: actions/download-artifact@v3 + with: + name: consumers-${{ matrix.goos }}-${{ matrix.goarch }} + + - run: ls -alt + \ No newline at end of file