mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-03-03 02:43:33 +00:00
Attempt to prevent libstorage.dll from being uploaded as a separate workflow artifact
Should prevent including libstorage.dll in the release files
This commit is contained in:
parent
71e1737dad
commit
98a3f21afb
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -228,7 +228,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