cleanup and documentation
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Build and release APK / Build APK (pull_request) Failing after 9m4s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Build and release APK / Build APK (pull_request) Failing after 9m4s
				
			This commit is contained in:
		@@ -8,13 +8,13 @@ jobs:
 | 
			
		||||
    runs-on: macos-lastest
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v2
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
      - name: Set up ruby env
 | 
			
		||||
        uses: ruby/setup-ruby@v1.138.0
 | 
			
		||||
        with:
 | 
			
		||||
          ruby-version: 3.2.1
 | 
			
		||||
          bundler-cache: true
 | 
			
		||||
      
 | 
			
		||||
 | 
			
		||||
      - name: Setup java for android build
 | 
			
		||||
        uses: actions/setup-java@v4
 | 
			
		||||
        with:
 | 
			
		||||
@@ -33,7 +33,7 @@ jobs:
 | 
			
		||||
          echo "VERSION=${REF_NAME//v}" >> $GITHUB_ENV
 | 
			
		||||
 | 
			
		||||
      - name: Run fastlane lane
 | 
			
		||||
        run: bundle exec fastlane android build
 | 
			
		||||
        run: bundle exec fastlane deploy
 | 
			
		||||
        working-directory: android
 | 
			
		||||
        env:
 | 
			
		||||
          VERSION_NAME: ${{outputs.version.VERSION}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user