mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
fix: Add build-android to step
This commit is contained in:
parent
5a7a174e5f
commit
a179994a1f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -667,9 +667,10 @@ jobs:
|
||||||
needs:
|
needs:
|
||||||
- fetch-info
|
- fetch-info
|
||||||
- create_release
|
- create_release
|
||||||
|
- build-android
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Download Android Artifact
|
- name: Download Artifacts Android
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: fladder-android
|
name: fladder-android
|
||||||
|
|
@ -688,7 +689,6 @@ 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