mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
try adding *
This commit is contained in:
parent
7948786a18
commit
9155ce35b4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -175,6 +175,6 @@ jobs:
|
|||
run: ls -R
|
||||
with:
|
||||
name:
|
||||
path: ./build/${{ matrix.goos }}-${{ matrix.goarch }}/
|
||||
path: ./build/${{ matrix.goos }}-${{ matrix.goarch }}/*
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue