mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
signing config & build apk
This commit is contained in:
12
.github/workflows/build-flutter.yml
vendored
12
.github/workflows/build-flutter.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user