mirror of
https://github.com/passepartoutvpn/passepartout-apple.git
synced 2025-01-12 11:39:04 +00:00
4 lines
85 B
Bash
4 lines
85 B
Bash
|
#!/bin/bash
|
||
|
PLATFORM=$1
|
||
|
bundle exec fastlane --env $PLATFORM,secret deliver_metadata
|