mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-30 22:07:57 +01:00 
			
		
		
		
	Set explicit runner version and specify build tools version for signing (#1787)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/build_pull_request.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build_pull_request.yml
									
									
									
									
										vendored
									
									
								
							| @@ -19,7 +19,7 @@ permissions: | ||||
| jobs: | ||||
|   build: | ||||
|     name: Build app | ||||
|     runs-on: ubuntu-latest | ||||
|     runs-on: 'ubuntu-24.04' | ||||
|  | ||||
|     steps: | ||||
|       - name: Clone repo | ||||
|   | ||||
							
								
								
									
										6
									
								
								.github/workflows/build_push.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/build_push.yml
									
									
									
									
										vendored
									
									
								
							| @@ -13,7 +13,7 @@ concurrency: | ||||
| jobs: | ||||
|   build: | ||||
|     name: Build app | ||||
|     runs-on: ubuntu-latest | ||||
|     runs-on: 'ubuntu-24.04' | ||||
|  | ||||
|     steps: | ||||
|       - name: Clone repo | ||||
| @@ -59,13 +59,15 @@ jobs: | ||||
|  | ||||
|       - name: Sign APK | ||||
|         if: startsWith(github.ref, 'refs/tags/') && github.repository == 'mihonapp/mihon' | ||||
|         uses: r0adkll/sign-android-release@349ebdef58775b1e0d8099458af0816dc79b6407 # v1 | ||||
|         uses: r0adkll/sign-android-release@f30bdd30588842ac76044ecdbd4b6d0e3e813478 | ||||
|         with: | ||||
|           releaseDirectory: app/build/outputs/apk/release | ||||
|           signingKeyBase64: ${{ secrets.SIGNING_KEY }} | ||||
|           alias: ${{ secrets.ALIAS }} | ||||
|           keyStorePassword: ${{ secrets.KEY_STORE_PASSWORD }} | ||||
|           keyPassword: ${{ secrets.KEY_PASSWORD }} | ||||
|         env: | ||||
|           BUILD_TOOLS_VERSION: '35.0.1' | ||||
|  | ||||
|       - name: Clean up build artifacts | ||||
|         if: startsWith(github.ref, 'refs/tags/') && github.repository == 'mihonapp/mihon' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user