Skip to content

Commit f18e291

Browse files
authored
fix GITHUB_OUTPUT (#528)
1 parent 7e3a925 commit f18e291

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)