mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +08:00
build: add architecture to artifact name
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -90,7 +90,7 @@ jobs:
|
|||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: release_for_${{ matrix.package }}
|
name: release_for_${{ matrix.package }}_${{ matrix.architecture }}
|
||||||
path: release/**/*.${{ matrix.package }}
|
path: release/**/*.${{ matrix.package }}
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user