mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-03-02 18:33:10 +00:00
fix release download so contents are flattened in /tmp/release
This commit is contained in:
parent
97d429af2b
commit
91d894fa4f
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -187,7 +187,8 @@ jobs:
|
||||
- name: Download ${{ env.c_bindings_lib_base }} from workflow artifacts into temp folder
|
||||
uses: actions/download-artifact@v5
|
||||
with:
|
||||
pattern: ${{ env.c_bindings_lib_base }}-*
|
||||
pattern: ${{ env.c_bindings_lib_base }}*
|
||||
merge-multiple: true
|
||||
path: /tmp/release
|
||||
|
||||
- name: Create GH release
|
||||
@ -195,7 +196,7 @@ jobs:
|
||||
if: env.TAGGED_RELEASE == 'true'
|
||||
with:
|
||||
files: |
|
||||
/tmp/release/*-*
|
||||
/tmp/release
|
||||
make_latest: true
|
||||
|
||||
- name: Generate Python SDK
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user