Skip to content

Commit 3cd0681

Browse files
committed
modified: .github/workflows/bsp_buildings.yml
1 parent 7ded633 commit 3cd0681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bsp_buildings.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
#读取ALL_BSP_COMPILE.json文件
5656
original_matrix=$(cat .github/ALL_BSP_COMPILE.json |egrep -v '^//')
57-
raw_matrix_base64=$(cat .github/ALL_BSP_COMPILE.json |egrep -v '^//'|base64)
57+
raw_matrix_base64=$(cat .github/ALL_BSP_COMPILE.json |egrep -v '^//'|base64 -w 0)
5858
echo "$original_matrix"
5959
echo "raw_matrix=$raw_matrix_base64" >> $GITHUB_OUTPUT
6060
- name: Get changed files

0 commit comments

Comments
 (0)