force builds

This commit is contained in:
Vadim 2024-10-08 16:03:12 +02:00
parent 9b27381383
commit 32798bd982

View file

@ -59,6 +59,7 @@ jobs:
build-android: build-android:
name: Build Android name: Build Android
needs: [generate-release-notes] needs: [generate-release-notes]
if: ${{ always() && !failure() && !cancelled() }}
strategy: strategy:
matrix: matrix:
binary-type: [apk, appbundle] binary-type: [apk, appbundle]
@ -73,6 +74,7 @@ jobs:
build-ios: build-ios:
name: Build iOS name: Build iOS
needs: [generate-release-notes] needs: [generate-release-notes]
if: ${{ always() && !failure() && !cancelled() }}
uses: ./.github/workflows/build_ipa.yml uses: ./.github/workflows/build_ipa.yml
secrets: inherit secrets: inherit
with: with: