From a179994a1fc7c6d7d0d1bcfe22ef271be5fe9aea Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Thu, 14 Aug 2025 23:12:12 +0200 Subject: [PATCH] fix: Add build-android to step --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d3fe08..1f06dae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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'