File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ jobs:
167
167
xcodeVersion : " 13.3.1"
168
168
steps :
169
169
- id : matrix_info
170
+ shell : bash
170
171
run : |
171
172
echo "info=${{ matrix.unity_version }}-${{matrix.os}}-${{ matrix.platform }}-${{ matrix.ios_sdk }}" >> $GITHUB_OUTPUT
172
173
echo "artifact_suffix=${{ matrix.unity_version }}-${{matrix.os}}-${{ matrix.ios_sdk }}" >> $GITHUB_OUTPUT
@@ -343,6 +344,7 @@ jobs:
343
344
matrix : ${{ fromJson(needs.check_and_prepare.outputs.playmode_matrix) }}
344
345
steps :
345
346
- id : matrix_info
347
+ shell : bash
346
348
run : |
347
349
echo "info=${{ matrix.unity_version }}-${{matrix.os}}-Playmode-github_runner-${{ matrix.os }}" >> $GITHUB_OUTPUT
348
350
- uses : actions/checkout@v3
@@ -443,6 +445,7 @@ jobs:
443
445
matrix : ${{ fromJson(needs.check_and_prepare.outputs.test_matrix) }}
444
446
steps :
445
447
- id : matrix_info
448
+ shell : bash
446
449
run : |
447
450
echo "info=${{ matrix.unity_version }}-${{matrix.build_os}}-${{ matrix.platform }}-${{ matrix.test_device }}-${{ matrix.test_os }}" >> $GITHUB_OUTPUT
448
451
echo "artifact_path=testapps-${{ matrix.platform }}-${{ matrix.unity_version }}-${{matrix.build_os}}-${{ matrix.ios_sdk }}" >> $GITHUB_OUTPUT
You can’t perform that action at this time.
0 commit comments