mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-02 04:33:19 +00:00
Fix upload of libstorage lib to workflow artifacts
By adding a ".*" in path
This commit is contained in:
parent
b05e008c22
commit
a2629ec62d
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -152,11 +152,11 @@ jobs:
|
||||
(cd ./build && 7z a -tzip "${GITHUB_WORKSPACE}/${{env.c_bindings_lib}}" ${{ env.c_bindings_lib_name }}.dll)
|
||||
(cd ./library && 7z a -tzip "${GITHUB_WORKSPACE}/${{env.c_bindings_lib}}" ${{ env.c_bindings_lib_name }}.h)
|
||||
|
||||
- name: Release - Upload artifacts
|
||||
- name: Upload ${{ env.c_bindings_lib_name }} to workflow artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.ZIPFILE }}
|
||||
path: ${{ env.ZIPFILE }}
|
||||
name: ${{env.c_bindings_lib}}
|
||||
path: ${{env.c_bindings_lib}}.*
|
||||
if-no-files-found: error
|
||||
|
||||
# Release
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user