From 3fe37f2773589c34010e13f992498428ceaf6bf0 Mon Sep 17 00:00:00 2001 From: Elysia Date: Sat, 31 Jan 2026 10:47:15 +0800 Subject: [PATCH] build: add architecture to artifact name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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