build: Do not build x64 for playstore
This commit is contained in:
parent
b5cfe22200
commit
fc07addc07
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main_deploy.yaml
vendored
2
.github/workflows/main_deploy.yaml
vendored
|
|
@ -68,7 +68,7 @@ jobs:
|
||||||
PLAYSTORE_DEPLOY_KEY: ${{ secrets.PLAYSTORE_DEPLOY_KEY }}
|
PLAYSTORE_DEPLOY_KEY: ${{ secrets.PLAYSTORE_DEPLOY_KEY }}
|
||||||
run: ./scripts/prepare-android-release.sh
|
run: ./scripts/prepare-android-release.sh
|
||||||
- name: Build Android Release
|
- name: Build Android Release
|
||||||
run: flutter build appbundle --target-platform android-arm,android-arm64,android-x64
|
run: flutter build appbundle --target-platform android-arm,android-arm64
|
||||||
- name: Set changelog
|
- name: Set changelog
|
||||||
working-directory: android/fastlane/metadata/android/en-US/changelogs
|
working-directory: android/fastlane/metadata/android/en-US/changelogs
|
||||||
run: git log --no-merges -1 --pretty=%B > default.txt
|
run: git log --no-merges -1 --pretty=%B > default.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue