mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
fix: Build depend on android step
This commit is contained in:
parent
28ade0813b
commit
a0975fddf9
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -688,6 +688,7 @@ jobs:
|
||||||
name: Release Web
|
name: Release Web
|
||||||
needs:
|
needs:
|
||||||
- fetch-info
|
- fetch-info
|
||||||
|
- build-android
|
||||||
- create_release
|
- create_release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: needs.fetch-info.outputs.build_type == 'release'
|
if: needs.fetch-info.outputs.build_type == 'release'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue