mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-13 18:13:07 +00:00
Build: fix name of windows dll package
This commit is contained in:
parent
d805e6c101
commit
8b1ffa87aa
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -130,7 +130,7 @@ jobs:
|
||||
if: matrix.os == 'windows'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ env.storage_binary }}-${{ matrix.cpu }}-dlls
|
||||
name: ${{ env.storage_binary_base }}-windows-${{ matrix.cpu }}-${{ env.VERSION }}-dlls
|
||||
path: ${{ env.build_dir }}/*.dll
|
||||
retention-days: 30
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user