Fastlane fixes working up to a full release #68
@@ -54,11 +54,11 @@ jobs:
 | 
				
			|||||||
          bundler-cache: true # runs 'bundle install' and caches installed gems automatically
 | 
					          bundler-cache: true # runs 'bundle install' and caches installed gems automatically
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - uses: GuillaumeFalourd/setup-rsync@v1.2
 | 
					      - uses: GuillaumeFalourd/setup-rsync@v1.2
 | 
				
			||||||
      - run: rsync --version
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Install dependencies and clean up
 | 
					      - name: Install dependencies and clean up
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          flutter pub get
 | 
					          flutter pub get
 | 
				
			||||||
 | 
					          flutter precache --ios
 | 
				
			||||||
          bundle exec pod install --allow-root
 | 
					          bundle exec pod install --allow-root
 | 
				
			||||||
          flutter clean
 | 
					          flutter clean
 | 
				
			||||||
          bundle exec pod cache clean --all --allow-root
 | 
					          bundle exec pod cache clean --all --allow-root
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user