Update fastlane to copy the release file with name

This commit is contained in:
J-Jamet
2022-04-19 18:04:12 +02:00
parent c80343b6d4
commit 088c556b00
6 changed files with 258 additions and 1 deletions

10
Gemfile Normal file
View File

@@ -0,0 +1,10 @@
# Autogenerated by fastlane
#
# Ensure this file is checked in to source control!
source "https://rubygems.org"
gem 'fastlane'
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)