mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-29 21:37:56 +01:00 
			
		
		
		
	Upload build artifacts (#941)
To decode obfuscated stack traces and help debugging R8 issues.
This commit is contained in:
		
							
								
								
									
										12
									
								
								.github/workflows/build_push.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.github/workflows/build_push.yml
									
									
									
									
										vendored
									
									
								
							| @@ -38,6 +38,18 @@ jobs: | ||||
|       - name: Build app and run unit tests | ||||
|         run: ./gradlew detekt assembleStandardRelease testReleaseUnitTest testStandardReleaseUnitTest | ||||
|  | ||||
|       - name: Upload APK | ||||
|         uses: actions/upload-artifact@v4 | ||||
|         with: | ||||
|           name: arm64-v8a-${{ github.sha }} | ||||
|           path: app/build/outputs/apk/standard/release/app-standard-arm64-v8a-release-unsigned.apk | ||||
|  | ||||
|       - name: Upload mapping | ||||
|         uses: actions/upload-artifact@v4 | ||||
|         with: | ||||
|           name: mapping-${{ github.sha }} | ||||
|           path: app/build/outputs/mapping/standardRelease | ||||
|  | ||||
|       # Sign APK and create release for tags | ||||
|  | ||||
|       - name: Get tag name | ||||
|   | ||||
		Reference in New Issue
	
	Block a user