diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 262ac7e4..ceb49a26 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,11 +15,15 @@ jobs: strategy: matrix: os: [ ubuntu-latest, macos-latest ] - include: + build: [ apk, bundle, ipa ] + exclude: - os: ubuntu-latest - android_build: apk - - os: ubuntu-latest - android_build: bundle + build: ipa + - os: macos-latest + build: bundle + - os: macos-latest + build: apk + name: Build runs-on: ${{ matrix.os }} steps: