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 5151bc7 commit 17956f4
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

- name: Clean Flutter Build
run: flutter clean
working-directory: ./ # Ensure this is the root of the project

- name: Install Dependencies
run: |
Expand All @@ -51,14 +52,12 @@ jobs:
env:
FIREBASE_CLI_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}
run: |
cd android
bundle exec fastlane android firebase_distribution --verbose --lane development
bundle exec fastlane android firebase_distribution --lane development
working-directory: ./android

- name: Distribute Release APK
env:
FIREBASE_CLI_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}
run: |
cd android
bundle exec fastlane android firebase_distribution --verbose --lane release
bundle exec fastlane android firebase_distribution --lane release
working-directory: ./android

0 comments on commit 17956f4

Please sign in to comment.