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 0d19c29 commit efcac54
Showing 1 changed file with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,26 @@ jobs:
ruby-version: "3.3.4"
bundler-cache: true
working-directory: android

- name: Clean Flutter and Gradle caches
run: |
flutter clean
cd android
./gradlew clean
- name: Install Dependencies
run: |
flutter pub get
bundle install
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: |
cd android
bundle exec fastlane android firebase_distribution --verbose
working-directory: android

0 comments on commit efcac54

Please sign in to comment.