mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-04 03:27:09 -05:00 
			
		
		
		
	Added Android build singing info
This commit is contained in:
		
							parent
							
								
									489a34b10c
								
							
						
					
					
						commit
						7f038cae90
					
				
							
								
								
									
										2
									
								
								.github/workflows/build_apk.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build_apk.yml
									
									
									
									
										vendored
									
									
								
							@ -30,7 +30,7 @@ jobs:
 | 
				
			|||||||
          echo "${{secrets.SIGNING_KEY}}" > release.keystore.asc
 | 
					          echo "${{secrets.SIGNING_KEY}}" > release.keystore.asc
 | 
				
			||||||
          gpg --decrypt --passphrase "${{secrets.KEY_STORE_PASSWORD}}" --batch release.keystore.asc > mobile/android/key.jks
 | 
					          gpg --decrypt --passphrase "${{secrets.KEY_STORE_PASSWORD}}" --batch release.keystore.asc > mobile/android/key.jks
 | 
				
			||||||
      - name: Create key.properties
 | 
					      - name: Create key.properties
 | 
				
			||||||
        run: touch mobile/android/key.properties echo "storePassword=<storePassword> keyPassword=<keyPassword> keyAlias=<keyAlias> storeFile=mobile/android/key.jks" > mobile/android/key.properties
 | 
					        run: touch mobile/android/key.properties echo "storePassword=<storePassword> keyPassword=<keyPassword> keyAlias=<keyAlias> storeFile=../key.jks" > mobile/android/key.properties
 | 
				
			||||||
      - run: flutter --version
 | 
					      - run: flutter --version
 | 
				
			||||||
      - run: flutter pub get
 | 
					      - run: flutter pub get
 | 
				
			||||||
      - run: flutter build apk
 | 
					      - run: flutter build apk
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user