adjust path
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and release debug APK / Build APK (pull_request) Has been cancelled
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and release debug APK / Build APK (pull_request) Has been cancelled
				
			This commit is contained in:
		| @@ -21,10 +21,10 @@ platform :android do | ||||
|       track: 'alpha', | ||||
|       skip_upload_apk: true, | ||||
|       skip_upload_changelogs: true, | ||||
|       aab: "../../build/app/outputs/bundle/release/app-release.aab", | ||||
|       aab: "../build/app/outputs/bundle/release/app-release.aab", | ||||
|       # this is the default output of flutter build ... --release | ||||
|       # in particular this the build folder lies in the flutter root folder | ||||
|       # hence the relative path | ||||
|       # this is the parent folder for the android folder | ||||
|       ) | ||||
|   end | ||||
|  | ||||
| @@ -41,10 +41,10 @@ platform :android do | ||||
|       track: "production", | ||||
|       skip_upload_apk: true, | ||||
|       skip_upload_changelogs: true, | ||||
|       aab: "../../build/app/outputs/bundle/release/app-release.aab", | ||||
|       aab: "../build/app/outputs/bundle/release/app-release.aab", | ||||
|       # this is the default output of flutter build ... --release | ||||
|       # in particular this the build folder lies in the flutter root folder | ||||
|       # hence the relative path | ||||
|       # this is the parent folder for the android folder | ||||
|     ) | ||||
|   end | ||||
| end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user