From 09c302efcc530543cec01b8e77dae09ba92209f5 Mon Sep 17 00:00:00 2001 From: Horis <8674809+821938089@users.noreply.github.com> Date: Wed, 24 Jul 2024 22:38:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55ee69c80..6e31ab57d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,7 @@ on: - '**/modules/web/**' workflow_run: workflows: [Build Web] + branches: [master] types: - completed workflow_dispatch: @@ -170,7 +171,7 @@ jobs: path: prerelease/ - working-directory: prerelease/ - run: mv */*.apk . ;rm -rf */ + run: mv */*/*.apk . ;rm -rf */ - name: Delete Pre-Release run: gh release delete beta -y --cleanup-tag