Skip to content

Commit

Permalink
Updates CI settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
zonble committed Sep 28, 2024
1 parent 7a837e4 commit 334583f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ jobs:
channel: "stable" # optional, default to: 'stable'
- run: flutter pub get
working-directory: ./example
- name: Build Android APK
if: startsWith(matrix.os, 'ubuntu')
run: |
flutter doctor
flutter build apk --debug
working-directory: ./example
- name: Build iOS App
if: startsWith(matrix.os, 'macOS')
run: |
flutter doctor
flutter build ios --debug --no-codesign
working-directory: ./example
- name: Build Android APK
if: startsWith(matrix.os, 'ubuntu')
run: |
flutter doctor
flutter build apk --debug
working-directory: ./example

0 comments on commit 334583f

Please sign in to comment.