mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 00:55:55 +00:00
remove name in bundle workflow
This commit is contained in:
parent
c868275bea
commit
31bb5be2ac
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -171,7 +171,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: ${{ matrix.goos }}-${{ matrix.goarch }} Download
|
||||
name:
|
||||
path: ./build/${{ matrix.goos }}-${{ matrix.goarch }}/
|
||||
- name: Display structure of downloaded files
|
||||
run: ls -R
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue