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

View File

@@ -15,6 +15,14 @@ For _fastlane_ installation instructions, see [Installing _fastlane_](https://do
## Android
### android clean
```sh
[bundle exec] fastlane android clean
```
Clean repo
### android tests
```sh