diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0bf6047..d8b4445e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,7 +90,7 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v6 with: - name: release_for_${{ matrix.package }} + name: release_for_${{ matrix.package }}_${{ matrix.architecture }} path: release/**/*.${{ matrix.package }} retention-days: 5