Skip to content

Commit

Permalink
mod: 合并多个split-per-abi编译job
Browse files Browse the repository at this point in the history
  • Loading branch information
VillagerTom committed Jan 13, 2025
1 parent 64a3ecd commit ddac8d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
runs-on: ${{ matrix.build_os }}
strategy:
matrix:
target_platform: [android-arm, android-arm64, android-x64, android-universal, iOS]
target_platform: [android-split-per-abi, android-universal, iOS]
include:
- build_os: ubuntu-latest
- target_platform: iOS
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:

- name: flutter build apk (${{ matrix.target_platform }})
if: startsWith(matrix.target_platform, 'android') && matrix.target_platform != 'android-universal'
run: flutter build apk --release --split-per-abi --target-platform=${{ matrix.target_platform }}
run: flutter build apk --release --split-per-abi
env:
KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }}
KEY_ALIAS: ${{ secrets.KEY_ALIAS }}
Expand Down

0 comments on commit ddac8d7

Please sign in to comment.