Skip to content

Commit ea1f954

Browse files
committed
modified: .github/workflows/bsp_buildings.yml
1 parent 84be91e commit ea1f954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bsp_buildings.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
#读取ALL_BSP_COMPILE.json文件
5656
original_matrix=${cat .github/ALL_BSP_COMPILE.json |egrep -v '^//'}
5757
raw_matrix_base64=$(base64 -w 0 $original_matrix)
58+
echo "$original_matrix"
5859
echo "raw_matrix=$raw_matrix_base64" >> $GITHUB_OUTPUT
5960
- name: Get changed files
6061
id: changed_files

0 commit comments

Comments
 (0)