Second attempt to prevent libstorage.dll from being uploaded to release artifacts

This commit is contained in:
E M 2026-01-30 21:05:41 +11:00
parent d674a7d0d2
commit 71e1737dad
No known key found for this signature in database

View File

@ -188,7 +188,7 @@ jobs:
pattern: ${{ env.c_bindings_lib_base }}-*
path: /tmp/release
- name: Compress workflow artifcats and create checksum for each
- name: Compress workflow artifacts and create checksum for each
run: |
cd /tmp/release
checksum() {
@ -197,7 +197,8 @@ jobs:
}
# Compress and prepare
for file in ${{ env.storage_binary_base }}* ${{ env.c_bindings_lib_base }}*; do
for file in ${{ env.storage_binary_base }}* ${{ env.c_bindings_lib_base }}-*; do
echo "Compressing and checksumming file: ${file}"
if [[ "${file}" == *".exe"* ]]; then
# Windows - binary only