diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android-app.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android-app.yml b/.github/workflows/android-app.yml index eee7ebfa5e..576dbfdddf 100644 --- a/.github/workflows/android-app.yml +++ b/.github/workflows/android-app.yml @@ -465,7 +465,7 @@ jobs: - name: Prepare report dir id: prepare-report-dir env: - INNER_REPORT_DIR: /tmp/${{ matrix.test-type }}-${{ github.run_id }}-${{ github.run_attempt }} + INNER_REPORT_DIR: /tmp/${{ github.run_id }}-${{ github.run_attempt }} run: | mkdir -p $INNER_REPORT_DIR echo "report_dir=$INNER_REPORT_DIR" >> $GITHUB_OUTPUT |
