From b05e008c22f6530d5da1e6baeca4884f1b74a16d Mon Sep 17 00:00:00 2001 From: E M <5089238+emizzle@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:48:39 +1100 Subject: [PATCH] Add windows dlls for each cpu in matrix --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea3b468c..fc3f9eaf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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