mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 07:11:02 +00:00
adds artifacts to the root of the tarball
This commit is contained in:
parent
6194fb14af
commit
986aea1d22
1 changed files with 4 additions and 2 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -196,9 +196,11 @@ jobs:
|
|||
|
||||
- run: ls -alt artifacts/
|
||||
|
||||
- run: tar -cvzf featurebase-${{needs.meta.outputs.version}}.tar.gz artifacts/*
|
||||
- run: |
|
||||
tar -cvzf featurebase-${{needs.meta.outputs.version}}.tar.gz -C artifacts *
|
||||
tar -tf featurebase-${{needs.meta.outputs.version}}.tar.gz
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: featurebase-${{needs.meta.outputs.version}}--${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz
|
||||
name: featurebase-${{needs.meta.outputs.version}}-${{ matrix.goos }}-${{ matrix.goarch }}.tar.gz
|
||||
path: featurebase-${{needs.meta.outputs.version}}.tar.gz
|
||||
Loading…
Add table
Reference in a new issue