Skip to content

Commit dec8bbf

Browse files
committed
modified: .github/workflows/bsp_buildings.yml
1 parent 0fbc599 commit dec8bbf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bsp_buildings.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -241,15 +241,15 @@ jobs:
241241
python tools/ci/bsp_buildings.py
242242
243243
- name: Upload output as artifact
244-
if: ${{ success() && github.event.inputs.output_contral == "attachconfig" }}
244+
if: ${{ success() && github.event.inputs.output_contral == 'attachconfig' }}
245245
uses: actions/upload-artifact@main
246246
with:
247247
name: ${{ matrix.legs.RTT_BSP }}
248248
if-no-files-found: ignore
249249
path: output/
250250

251251
- name: Upload output as artifact
252-
if: ${{ success() && github.event.inputs.output_contral == "versionconfig"}}
252+
if: ${{ success() && github.event.inputs.output_contral == 'versionconfig'}}
253253
uses: actions/upload-artifact@main
254254
with:
255255
name: ${{ matrix.legs.RTT_BSP }}
@@ -266,7 +266,7 @@ jobs:
266266
collect-artifacts1:
267267
needs: build
268268
runs-on: ubuntu-latest
269-
if: ${{github.event_name != 'pull_request' && github.event.inputs.output_contral == "attachconfig"}}
269+
if: ${{github.event_name != 'pull_request' && github.event.inputs.output_contral == 'attachconfig'}}
270270
steps:
271271
#这里会下载所有产物
272272
- name: Download all artifacts
@@ -284,7 +284,7 @@ jobs:
284284
collect-artifacts2:
285285
needs: build
286286
runs-on: ubuntu-latest
287-
if: ${{github.event_name != 'pull_request' && github.event.inputs.output_contral == "versionconfig"}}
287+
if: ${{github.event_name != 'pull_request' && github.event.inputs.output_contral == 'versionconfig'}}
288288
steps:
289289
- name: Download all artifacts
290290
uses: actions/download-artifact@main

0 commit comments

Comments
 (0)