mirror of
https://github.com/MatsuriDayo/NekoBoxForAndroid.git
synced 2025-12-19 22:50:05 +08:00
Update release.yml
This commit is contained in:
parent
789ac39095
commit
8258168bf5
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
|||||||
name: Publish Release
|
name: Publish Release
|
||||||
if: github.event.inputs.publish != 'y'
|
if: github.event.inputs.publish != 'y'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build]
|
needs: [play]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -124,7 +124,7 @@ jobs:
|
|||||||
name: Build Play Bundle
|
name: Build Play Bundle
|
||||||
if: github.event.inputs.play != 'y'
|
if: github.event.inputs.play != 'y'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [libcore]
|
needs: [build]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user