mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 02:27:08 -04:00 
			
		
		
		
	chore(mobile): build split APKs (#3940)
* chore(mobile): build split APKs * chore(mobile): build split APKs and universalApk
This commit is contained in:
		
							parent
							
								
									0a24ff90bb
								
							
						
					
					
						commit
						45f9c52e7f
					
				
							
								
								
									
										6
									
								
								.github/workflows/build-mobile.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build-mobile.yml
									
									
									
									
										vendored
									
									
								
							| @ -64,10 +64,12 @@ jobs: | ||||
|           ALIAS: ${{ secrets.ALIAS }} | ||||
|           ANDROID_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }} | ||||
|           ANDROID_STORE_PASSWORD: ${{ secrets.ANDROID_STORE_PASSWORD }} | ||||
|         run: flutter build apk --release | ||||
|         run: | | ||||
|           flutter build apk --release | ||||
|           flutter build apk --release --split-per-abi --target-platform android-arm,android-arm64,android-x64 | ||||
| 
 | ||||
|       - name: Publish Android Artifact | ||||
|         uses: actions/upload-artifact@v3 | ||||
|         with: | ||||
|           name: release-apk-signed | ||||
|           path: mobile/build/app/outputs/flutter-apk/app-release.apk | ||||
|           path: mobile/build/app/outputs/flutter-apk/*.apk | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user