Skip to content

Commit

Permalink
NEW UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
HasanHammoudah authored and HasanHammoudah committed Aug 14, 2024
1 parent 1115889 commit 0d19c29
Showing 1 changed file with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,20 @@ jobs:
ruby-version: "3.3.4"
bundler-cache: true
working-directory: android


- name: Clean Flutter and Gradle caches
run: |
flutter clean
./gradlew clean
working-directory: android

- name: Build APK
run: flutter build apk --release --verbose
working-directory: android

- name: Build and Distribute App
env:
FIREBASE_CLI_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}
run: |
bundle exec fastlane android firebase_distribution
bundle exec fastlane android firebase_distribution --verbose
working-directory: android

0 comments on commit 0d19c29

Please sign in to comment.