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:
167167 xcodeVersion : " 13.3.1"
168168 steps :
169169 - id : matrix_info
170+ shell : bash
170171 run : |
171172 echo "info=${{ matrix.unity_version }}-${{matrix.os}}-${{ matrix.platform }}-${{ matrix.ios_sdk }}" >> $GITHUB_OUTPUT
172173 echo "artifact_suffix=${{ matrix.unity_version }}-${{matrix.os}}-${{ matrix.ios_sdk }}" >> $GITHUB_OUTPUT
@@ -343,6 +344,7 @@ jobs:
343344 matrix : ${{ fromJson(needs.check_and_prepare.outputs.playmode_matrix) }}
344345 steps :
345346 - id : matrix_info
347+ shell : bash
346348 run : |
347349 echo "info=${{ matrix.unity_version }}-${{matrix.os}}-Playmode-github_runner-${{ matrix.os }}" >> $GITHUB_OUTPUT
348350 - uses : actions/checkout@v3
@@ -443,6 +445,7 @@ jobs:
443445 matrix : ${{ fromJson(needs.check_and_prepare.outputs.test_matrix) }}
444446 steps :
445447 - id : matrix_info
448+ shell : bash
446449 run : |
447450 echo "info=${{ matrix.unity_version }}-${{matrix.build_os}}-${{ matrix.platform }}-${{ matrix.test_device }}-${{ matrix.test_os }}" >> $GITHUB_OUTPUT
448451 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