mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-31 11:43:11 +00:00
attempt to prevent libstorage.dll artifact from being uploaded to release
This commit is contained in:
parent
2074cf1392
commit
d674a7d0d2
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -185,7 +185,7 @@ 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 }}-*
|
||||
path: /tmp/release
|
||||
|
||||
- name: Compress workflow artifcats and create checksum for each
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user