From b3f4575bc6df9db0d709daffd013a78ba71a24f6 Mon Sep 17 00:00:00 2001 From: Narfinger Date: Thu, 22 May 2025 09:30:27 +0200 Subject: [PATCH] Allow run.json to be overwritten. The CI does multiple build runs so we need to handle it being overwritten. Signed-off-by: Narfinger --- .github/workflows/ohos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ohos.yml b/.github/workflows/ohos.yml index f2c8233a785..2cda0acbfc9 100644 --- a/.github/workflows/ohos.yml +++ b/.github/workflows/ohos.yml @@ -174,6 +174,7 @@ jobs: with: name: runs.json path: support/hitrace-bencher/runs.json + overwrite: true - uses: actions/upload-artifact@v4 with: # Upload the **unsigned** artifact - We don't have the signing materials in pull request workflows