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