also upload aab
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and release APK / Build APK (pull_request) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and release APK / Build APK (pull_request) Has been cancelled
				
			This commit is contained in:
		| @@ -21,6 +21,8 @@ platform :android do | |||||||
|       track: 'alpha', |       track: 'alpha', | ||||||
|       skip_upload_apk: true, |       skip_upload_apk: true, | ||||||
|       skip_upload_changelogs: true, |       skip_upload_changelogs: true, | ||||||
|  |       aab: "build/app/outputs/bundle/release/app-release.aab", | ||||||
|  |       # this is the default output of flutter build ... --release (in particular it is relative) | ||||||
|       ) |       ) | ||||||
|   end |   end | ||||||
|  |  | ||||||
| @@ -37,6 +39,8 @@ platform :android do | |||||||
|       track: "production", |       track: "production", | ||||||
|       skip_upload_apk: true, |       skip_upload_apk: true, | ||||||
|       skip_upload_changelogs: true, |       skip_upload_changelogs: true, | ||||||
|  |       aab: "build/app/outputs/bundle/release/app-release.aab", | ||||||
|  |       # this is the default output of flutter build ... --release (in particular it is relative) | ||||||
|     ) |     ) | ||||||
|   end |   end | ||||||
| end | end | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user