mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-07-22 09:09:28 +00:00
Fix no dlls being uploaded to workflow artifact
This commit is contained in:
parent
5cbebe2c20
commit
97d429af2b
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -111,7 +111,7 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.storage_binary_base }}-windows-${{ matrix.cpu }}-${{ env.VERSION }}-dlls
|
||||
path: ${{ env.build_dir }}/dlls/*
|
||||
path: ${{ env.build_dir }}/dlls/*.dll
|
||||
retention-days: 30
|
||||
|
||||
- name: Build ${{ env.c_bindings_lib_base }} (Linux)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user