mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 15:21:02 +00:00
gzips artifacts, uploads .tar.gz with version
This commit is contained in:
parent
6851d4deaa
commit
3bdc49da04
1 changed files with 17 additions and 2 deletions
19
.github/workflows/release.yml
vendored
19
.github/workflows/release.yml
vendored
|
|
@ -172,18 +172,33 @@ jobs:
|
|||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: featurebase-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
path: artifacts/
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: roaring-migrate-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
path: artifacts/
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: ingester-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
path: artifacts/
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: consumers-${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
path: artifacts/
|
||||
|
||||
- run: ls -alt
|
||||
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: lattice.tar.gz
|
||||
path: artifacts/
|
||||
|
||||
- run: ls -alt artifacts/
|
||||
|
||||
- run: tar -cvzf featurebase-${{needs.meta.outputs.version}}.tar.gz artifacts/*
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: featurebase-${{needs.meta.outputs.version}}.tar.gz
|
||||
path: featurebase-${{needs.meta.outputs.version}}.tar.gz
|
||||
Loading…
Add table
Reference in a new issue