Build: fix name of windows dll package

This commit is contained in:
E M 2026-01-29 17:26:16 +11:00
parent d805e6c101
commit 8b1ffa87aa
No known key found for this signature in database

View File

@ -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