From 29a9a252e55e576308e097a17f1c2d1d5e91b942 Mon Sep 17 00:00:00 2001 From: Vivekanand Ilango Date: Thu, 23 May 2024 12:52:31 +0200 Subject: [PATCH] Create captured-traces directory if it doesn't exist while submitting traces --- .github/workflows/submit-traces.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/submit-traces.yml b/.github/workflows/submit-traces.yml index 76ebd18e496196..7d29aed34bdd69 100644 --- a/.github/workflows/submit-traces.yml +++ b/.github/workflows/submit-traces.yml @@ -33,6 +33,9 @@ jobs: path: captured-traces continue-on-error: true + - name: Create captured-traces directory + run: mkdir -p captured-traces + - name: Replay if: steps.download.outcome == 'success' run: |-