Skip to content

Commit

Permalink
ci: ios build added
Browse files Browse the repository at this point in the history
  • Loading branch information
Emon526 committed Sep 1, 2023
1 parent 7cb67f3 commit a5afdae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
cache: true
channel: "stable"
channel: 'stable'
- run: flutter --version

- name: Cache
uses: actions/cache@v2
Expand All @@ -52,7 +52,7 @@ jobs:

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

0 comments on commit a5afdae

Please sign in to comment.