From 77b777bd4d5e84aeb45491e4e7f3365b49b79916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=A3=E5=BC=BA?= Date: Mon, 4 Sep 2023 11:34:00 +0800 Subject: [PATCH] chore: update action --- .github/workflows/performance.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/performance.yaml b/.github/workflows/performance.yaml index 70f3444c17..217eb02b47 100644 --- a/.github/workflows/performance.yaml +++ b/.github/workflows/performance.yaml @@ -23,3 +23,8 @@ jobs: with: name: data.db path: ./data.db + + - uses: actions/upload-artifact@v3 + with: + name: diffResult.txt + path: ./diffResult.txt