downloads artifacts to be bundled

This commit is contained in:
Christopher Lowenthal 2022-11-07 09:42:54 -05:00
parent f6e8ee48bf
commit 6851d4deaa

View file

@ -168,4 +168,22 @@ jobs:
- "amd64"
- "arm64"
steps:
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