mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-31 03:33:08 +00:00
Second attempt to prevent libstorage.dll from being uploaded to release artifacts
This commit is contained in:
parent
d674a7d0d2
commit
71e1737dad
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user