Skip to content

Commit 835f49a

Browse files
authored
Update build.yml: Add flutter build appbundle
1 parent e390dd0 commit 835f49a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ on:
44
push:
55

66
jobs:
7-
build_android:
7+
build-android:
8+
name: Build android
89
runs-on: ubuntu-latest
910

1011
steps:
@@ -20,7 +21,11 @@ jobs:
2021

2122
- name: Build apk
2223
run: flutter build apk
23-
build_windows:
24+
25+
- name: Build appbundle
26+
run: flutter build appbundle
27+
build-windows:
28+
name: Build windows
2429
runs-on: windows-latest
2530
steps:
2631
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)