mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-04-26 09:20:18 +08:00
fix: 更新上传工件路径以支持不同包类型
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -77,5 +77,5 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: release_for_${{ matrix.package }}
|
name: release_for_${{ matrix.package }}
|
||||||
path: release/
|
path: release/**/*.${{ matrix.package }}
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
Reference in New Issue
Block a user