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 d51f267 commit 9b55475
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,14 @@ jobs:
token: ${{ secrets.ACCESS_TOKEN }}
submodules: recursive

# Note: This workflow uses the latest stable version of the Dart SDK.
# You can specify other versions if desired, see documentation here:
# https://github.com/dart-lang/setup-dart/blob/main/README.md
# - uses: dart-lang/setup-dart@v1
- uses: dart-lang/setup-dart@9a04e6d73cca37bd455e0608d7e5092f881fd603
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.13.0'

- name: Install dependencies
run: flutter pub get

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

- name: Upload APKs
Expand Down

0 comments on commit 9b55475

Please sign in to comment.