mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
start by trying to download everything; will add structure later
This commit is contained in:
parent
f6e8ee48bf
commit
73104ec02c
1 changed files with 7 additions and 1 deletions
8
.github/workflows/release.yml
vendored
8
.github/workflows/release.yml
vendored
|
|
@ -168,4 +168,10 @@ jobs:
|
|||
- "amd64"
|
||||
- "arm64"
|
||||
|
||||
steps:
|
||||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name:
|
||||
path: ./build
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue