mirror of
				https://github.com/mihonapp/mihon.git
				synced 2025-10-31 14:27:57 +01:00 
			
		
		
		
	Action: Should Fix uploading
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/android-debug.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/android-debug.yml
									
									
									
									
										vendored
									
									
								
							| @@ -44,7 +44,7 @@ jobs: | ||||
|           # The password for the key | ||||
|           keyPassword: ${{ secrets.KEY_PASSWORD }} | ||||
|       - name: Upload APK | ||||
|         uses: actions/upload-artifact@v1 | ||||
|         uses: actions/upload-artifact@v2 | ||||
|         with: | ||||
|           name: TachiyomiSY-${{ github.sha }} | ||||
|           path: ${SIGNED_RELEASE_FILE} | ||||
|           path: ${{ env.SIGNED_RELEASE_FILE }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user