4 lines
81 B
Bash
4 lines
81 B
Bash
|
#!/bin/bash
|
||
|
platform=$1
|
||
|
bundle exec fastlane --env secret,$platform asc_metadata
|