From a0975fddf9cc634ae91ebadd6eae6519edc88672 Mon Sep 17 00:00:00 2001 From: PartyDonut Date: Thu, 14 Aug 2025 22:55:07 +0200 Subject: [PATCH] fix: Build depend on android step --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5513b6b..4d3fe08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -688,6 +688,7 @@ jobs: name: Release Web needs: - fetch-info + - build-android - create_release runs-on: ubuntu-latest if: needs.fetch-info.outputs.build_type == 'release'