From 8258168bf50c86a697f4ca41949b53e3c15e6e6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E5=85=88=E6=A3=AE=EF=BC=88Mr=2EYu=EF=BC=89?= Date: Tue, 18 Feb 2025 20:49:13 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90d8832..dbada09 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -100,7 +100,7 @@ jobs: name: Publish Release if: github.event.inputs.publish != 'y' runs-on: ubuntu-latest - needs: [build] + needs: [play] steps: - name: Checkout uses: actions/checkout@v4 @@ -124,7 +124,7 @@ jobs: name: Build Play Bundle if: github.event.inputs.play != 'y' runs-on: ubuntu-latest - needs: [libcore] + needs: [build] steps: - name: Checkout uses: actions/checkout@v4