Skip to content

Commit 7ded633

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

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
@@ -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 -w)
57+
raw_matrix_base64=$(cat .github/ALL_BSP_COMPILE.json |egrep -v '^//'|base64)
5858
echo "$original_matrix"
5959
echo "raw_matrix=$raw_matrix_base64" >> $GITHUB_OUTPUT
6060
- name: Get changed files

0 commit comments

Comments
 (0)