diff --git a/scripts/IosSteps.txt b/scripts/IosSteps.txt index 7a70b9b..d9259d9 100644 --- a/scripts/IosSteps.txt +++ b/scripts/IosSteps.txt @@ -12,5 +12,5 @@ sh cp -a BuildSample/BuildSample/Output/ Output/Appstore/ publish 'Output/Appstore/Artifacts/BuildSample-{@version}.ipa' to testflight notes = 'Hello' api_token = '{@tf_api_token}' team_token = '{@tf_team_token}' -restore from backup '.' -delete backup '.' \ No newline at end of file +restore from backup +delete backup \ No newline at end of file