Speed up fastlane install and upload correct artifact

This commit is contained in:
Lei Nelissen
2020-07-26 12:11:47 +02:00
parent db2801d77d
commit fde4d7ecb3
3 changed files with 190 additions and 3 deletions

9
Gemfile Normal file
View File

@@ -0,0 +1,9 @@
# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
# gem "rails"
gem "fastlane", "~> 2.153"