Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishmg3994 committed Jul 10, 2023
1 parent 8eb1bd1 commit 1eabe2c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Expand Up @@ -124,13 +124,13 @@ jobs:
java-version: '12.x'
# you can change subosito/flutter-action@version as per your choice
- uses: subosito/flutter-action@v2
# with:
with:
# you can change flutter-version: as per subosito/flutter-action@version as per your choice
# flutter-version: '3.7.0'
# channel: 'stable'
flutter-version: '3.5.0'
channel: 'stable'
- run: flutter --version
- run: flutter pub get
# - run: flutter gen-l10n
- run: flutter gen-l10n

# you can even build aab or ipa as per your command but remember you need to change the relese code for artifacts: directory
- run: flutter build apk --release --split-per-abi
Expand Down

0 comments on commit 1eabe2c

Please sign in to comment.