mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
downloads separate OS/arch structures
This commit is contained in:
parent
52d57fcd1e
commit
0cdd0fee49
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -172,6 +172,6 @@ jobs:
|
|||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name:
|
||||
path: ./build
|
||||
path: ./build/${{ matrix.goos }}-${{ matrix.goarch }}
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue