mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-26 12:29:30 +00:00
fix: filter artifacts by .zip extension
This commit is contained in:
parent
ceea23550b
commit
a0ae362147
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -424,14 +424,14 @@ jobs:
|
||||
- name: Download binaries from workflow artifacts into temp folder
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
pattern: ${{ env.storage_binary_base }}*
|
||||
pattern: ${{ env.storage_binary_base }}*.zip
|
||||
merge-multiple: true
|
||||
path: /tmp/release
|
||||
|
||||
- name: Download ${{ env.c_bindings_lib_base }} from workflow artifacts into temp folder
|
||||
uses: actions/download-artifact@v8
|
||||
with:
|
||||
pattern: ${{ env.c_bindings_lib_base }}*
|
||||
pattern: ${{ env.c_bindings_lib_base }}*.zip
|
||||
merge-multiple: true
|
||||
path: /tmp/release
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user