fix(ci): 修复全平台测试包 artifact 命名冲突

This commit is contained in:
tianqijiuyun-latiao
2026-03-06 18:24:28 +08:00
parent 1be003b0a2
commit 3fefa13023

View File

@@ -334,7 +334,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: test-build-${{ matrix.os_name }}-${{ matrix.arch_name }}-run${{ github.run_number }}
name: test-build-${{ matrix.build_name }}-run${{ github.run_number }}
path: |
artifacts/*
drivers/**