feat: Update build config

This commit is contained in:
Anton Stubenbord
2024-01-12 23:22:46 +01:00
parent 58b87da9d9
commit 1460ab4362
2 changed files with 3 additions and 4 deletions

View File

@@ -66,7 +66,6 @@ jobs:
- name: Build and publish GitHub release
run: |
cd /tmp/build/android
$FLUTTER_ROOT/flutter build appbundle --release
$FLUTTER_ROOT/flutter build apk --split-per-abi --release
bundle exec fastlane build
env:
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}