Signal-iOS/Scripts/upload_metadata
2021-04-22 12:53:43 -07:00

9 lines
223 B
Bash
Executable File

#!/bin/bash
set -e
BASE_DIR=$(git rev-parse --show-toplevel)
cd $BASE_DIR
bundle exec fastlane deliver --skip-screenshots --skip-binary-upload --username ${FASTLANE_USERNAME} --app_identifier 'org.whispersystems.signal'