* workflow, fastlane: upload release artifacts new bucket Update release workflows and fastlane to support uploading release artifacts to both buckets (current and new) at the same time. It'll happen during a specific period for validaation / testing phase. * workflows: adjust permissions to use oidc * fastfile: only upload to new bucket in release * workflow, fastlane: add new upload_s3 lane for fastlane |
||
|---|---|---|
| .. | ||
| actions | ||
| metadata | ||
| screenshots | ||
| .env.android.beta | ||
| .env.android.pr | ||
| .env.android.release | ||
| .env.default | ||
| .env.ios.beta | ||
| .env.ios.pr | ||
| .env.ios.release | ||
| .env.ios.simulator | ||
| env_vars_example | ||
| Fastfile | ||
| Gemfile | ||
| Gemfile.lock | ||
| Matchfile | ||
| plist.erb | ||
| Pluginfile | ||
| README.md | ||
fastlane documentation
Installation
sudo gem install fastlane
Available Actions
iOS
ios dev
fastlane ios dev
Build Release file
This will also make sure the profile is up to date
ios beta
fastlane ios beta
Submit a new Beta Build to Apple TestFlight
This will also make sure the profile is up to date
ios release
fastlane ios release
Deploy a new version to the App Store
ios build
fastlane ios build
Android
android dev
fastlane android dev
android beta
fastlane android beta
android release
fastlane android release
This README.md is auto-generated and will be re-generated every time fastlane is run. More information about fastlane can be found on https://fastlane.tools. The documentation of fastlane can be found on GitHub.