mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 23:31:03 +00:00
downloads artifacts to be bundled
This commit is contained in:
parent
f6e8ee48bf
commit
6851d4deaa
1 changed files with 19 additions and 1 deletions
20
.github/workflows/release.yml
vendored
20
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
||||
Loading…
Add table
Reference in a new issue