TM-SGNL-iOS/Scripts/upload_metadata
TeleMessage developers dde0620daf initial commit
2025-05-03 12:28:28 -07:00

10 lines
250 B
Bash
Executable file

#!/bin/bash
set -e
set -u
set -o pipefail
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'