signing config & build apk

This commit is contained in:
austinried
2023-04-28 10:19:38 +09:00
parent f0f812e66a
commit 49b8d2c423
3 changed files with 27 additions and 9 deletions

View File

@@ -6,10 +6,11 @@ on:
- v2
jobs:
build-android:
runs-on: ubuntu-latest
build-apk:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.11'
@@ -17,7 +18,6 @@ jobs:
cache: true
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:'
- run: flutter doctor
# - run: flutter pub get
# - run: flutter build apk
# - run: flutter build appbundle
- run: flutter pub get
- run: flutter build apk