fix: 更新上传工件路径以支持不同包类型

This commit is contained in:
Elysia
2026-01-28 19:54:55 +08:00
parent 847bcc7885
commit 9ee8339577

View File

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