From a659a96bcfd6872faa46d72152d71744775cc334 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=B9=BF?= Date: Fri, 20 Sep 2024 08:08:57 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28c65d4..b8c2a76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,6 @@ on: jobs: allinone: - needs: build runs-on: ubuntu-latest strategy: matrix: @@ -58,4 +57,4 @@ jobs: tag_name: ${{ env.version }} release_name: Release ${{ env.version }} draft: false - prerelease: false \ No newline at end of file + prerelease: false