File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 22
22
artifacts : " build/app/outputs/flutter-apk/*.apk"
23
23
token : ${{ secrets.GITHUB_TOKEN }}
24
24
- name : Upload Production APK to Firebase app distrubution
25
- uses : wzieba/Firebase-Distribution-Github-Action@v1.0.0
25
+ uses : wzieba/Firebase-Distribution-Github-Action@v1.3.2
26
26
with :
27
27
appId : ${{secrets.FIREBASE_APP_ID}}
28
28
token : ${{secrets.FIREBASE_TOKEN}}
29
- group : testers
29
+ releaseNotes : release-note.txt
30
+ group : Cool Tester
30
31
file : build/app/outputs/flutter-apk/app-prod-release.apk
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if (flutterRoot == null) {
24
24
25
25
def flutterVersionCode = localProperties. getProperty(' flutter.versionCode' )
26
26
if (flutterVersionCode == null ) {
27
- flutterVersionCode = ' 11 '
27
+ flutterVersionCode = ' 12 '
28
28
}
29
29
30
30
def flutterVersionName = localProperties. getProperty(' flutter.versionName' )
Original file line number Diff line number Diff line change
1
+ Improve github action code
You can’t perform that action at this time.
0 commit comments