From 7af3d35039d3f3ded1d19b3564673d9a86f01a9a Mon Sep 17 00:00:00 2001 From: George <58841610+Shinji-IkariG@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:22:19 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20=E2=80=98Update=20workflow=E2=80=99=20?= =?UTF-8?q?(#127)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Revert "Update workflow (#126)" This reverts commit dfc34900e429c1dcf4dcc9d388043df1b1a597f4. * Update build.yml * Update build.yml * Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ade3c2b..d601195 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: container: image: reg.vesoft-inc.com/vesoft/third-party-build:${{ matrix.os }} steps: - - uses: webiny/action-post-run@3.1.0 + - uses: webiny/action-post-run@3.0.0 with: run: sh -c "find . -mindepth 1 -delete" - uses: actions/checkout@v4