Skip to content

Commit

Permalink
ci: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Emon526 committed Jun 28, 2023
1 parent ce468a2 commit a0869a6
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,13 @@ jobs:
run: |
flutter pub get
# flutter pub deps
- name: Run build_runner
run: flutter pub run build_runner build
# - name: Run build_runner
# run: flutter pub run build_runner build

- name: Build Android
run: |
flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi
flutter build apk --release
# flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi
- name: Build iOS
run: |
flutter build ios --release --no-codesign
Expand Down

0 comments on commit a0869a6

Please sign in to comment.