mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 13:38:13 -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:
|
||||
- fetch-info
|
||||
- create_release
|
||||
- build-android
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Download Android Artifact
|
||||
- name: Download Artifacts Android
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: fladder-android
|
||||
|
|
@ -688,7 +689,6 @@ jobs:
|
|||
name: Release Web
|
||||
needs:
|
||||
- fetch-info
|
||||
- build-android
|
||||
- create_release
|
||||
runs-on: ubuntu-latest
|
||||
if: needs.fetch-info.outputs.build_type == 'release'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue