mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-31 11:43:11 +00:00
try to fix file not found for upload during release
This commit is contained in:
parent
144918a67e
commit
2074cf1392
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -156,7 +156,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{env.c_bindings_lib}}
|
||||
path: ${{env.c_bindings_lib}}.*
|
||||
path: ${{env.c_bindings_lib}}
|
||||
if-no-files-found: error
|
||||
|
||||
# Release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user