build: add architecture to artifact name

This commit is contained in:
Elysia
2026-01-31 10:47:15 +08:00
parent 354eea3626
commit 3fe37f2773

View File

@@ -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