Add windows dlls for each cpu in matrix

This commit is contained in:
E M 2026-01-29 16:48:39 +11:00
parent e4afdf48a6
commit b05e008c22
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 }}-dlls
name: ${{ env.storage_binary }}-${{ matrix.cpu }}-dlls
path: ${{ env.build_dir }}/*.dll
retention-days: 30