Skip to content

Commit 07ba9a5

Browse files
authored
Update bsp_buildings.yml
1 parent d0127b4 commit 07ba9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bsp_buildings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,5 +576,5 @@ jobs:
576576
- name: Upload combined output as artifact
577577
uses: actions/upload-artifact@main
578578
with:
579-
name: 00_all_bsp_output_${{ substr(github.sha, 0, 7) }} # 取hash值的前7位
579+
name: 00_all_bsp_output_${{ github.sha.slice(0, 7) }} # 取hash值的前7位
580580
path: output/

0 commit comments

Comments
 (0)