Skip to content

Commit a92f207

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bsp_buildings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
id: read-config
5454
run: |
5555
#读取ALL_BSP_COMPILE.json文件
56-
original_matrix=${cat .github/ALL_BSP_COMPILE.json |egrep -v '^//'}
57-
raw_matrix_base64=$(base64 -w 0 $original_matrix)
56+
original_matrix=$(cat .github/ALL_BSP_COMPILE.json |egrep -v '^//')
57+
raw_matrix_base64=$(base64- w 0 $original_matrix)
5858
echo "$original_matrix"
5959
echo "raw_matrix=$raw_matrix_base64" >> $GITHUB_OUTPUT
6060
- name: Get changed files

0 commit comments

Comments
 (0)