mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-24 08:20:40 +00:00
force builds
This commit is contained in:
parent
9b27381383
commit
32798bd982
1 changed files with 2 additions and 0 deletions
2
.github/workflows/create_release.yml
vendored
2
.github/workflows/create_release.yml
vendored
|
@ -59,6 +59,7 @@ jobs:
|
|||
build-android:
|
||||
name: Build Android
|
||||
needs: [generate-release-notes]
|
||||
if: ${{ always() && !failure() && !cancelled() }}
|
||||
strategy:
|
||||
matrix:
|
||||
binary-type: [apk, appbundle]
|
||||
|
@ -73,6 +74,7 @@ jobs:
|
|||
build-ios:
|
||||
name: Build iOS
|
||||
needs: [generate-release-notes]
|
||||
if: ${{ always() && !failure() && !cancelled() }}
|
||||
uses: ./.github/workflows/build_ipa.yml
|
||||
secrets: inherit
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue