Skip to content

Commit

Permalink
Update dart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MSOB7YY authored Oct 28, 2023
1 parent 9b55475 commit affc0b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
token: ${{ secrets.ACCESS_TOKEN }}
submodules: recursive

- uses: subosito/flutter-action@v2
- uses: subosito/flutter-action@v2.11.0
with:
flutter-version: '3.13.0'
flutter-version: '3.10.0'

- name: Install dependencies
run: flutter pub get

- name: Build
run: flutter build apk --target-platform android-arm,android-arm64 --split-per-abi
run: flutter build apk --split-per-abi

- name: Upload APKs
run: |
Expand Down

0 comments on commit affc0b4

Please sign in to comment.