mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 07:11:02 +00:00
wip: fixes tar command
This commit is contained in:
parent
a4630a17c7
commit
b73e6c9509
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -197,7 +197,7 @@ jobs:
|
|||
- run: ls -alt artifacts/
|
||||
|
||||
- run: |
|
||||
tar -cvz -C artifacts -f featurebase-${{needs.meta.outputs.version}}.tar.gz *
|
||||
tar -cvz -C artifacts -f featurebase-${{needs.meta.outputs.version}}.tar.gz artifacts/*
|
||||
tar -tf featurebase-${{needs.meta.outputs.version}}.tar.gz
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue