Update release.yml

This commit is contained in:
于先森(Mr.Yu) 2025-02-18 20:49:13 +08:00 committed by GitHub
parent 789ac39095
commit 8258168bf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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