mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-09 10:09:18 +00:00
4 lines
84 B
Bash
4 lines
84 B
Bash
|
#!/bin/bash
|
||
|
platform=$1
|
||
|
bundle exec fastlane --env secret,$platform asc_screenshots
|