Skip to content

Commit

Permalink
Added .app file/dir mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
CesarTrigo committed Jun 14, 2019
1 parent 9a4df0f commit 29d5d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ curl_cmd="$curl_cmd -F \"notifyCollaborators=${notifyCollaborators}\""
curl_cmd="$curl_cmd -F \"notifyEmployees=${notifyEmployees}\""
curl_cmd="$curl_cmd -F \"tags=${tags}\""
curl_cmd="$curl_cmd -F \"build=@${ipa_path}\""
curl_cmd="$curl_cmd -F \"simulatorBuild=@${app_path}\""
#curl_cmd="$curl_cmd -F \"simulatorBuild=@${app_path}\""
curl_cmd="$curl_cmd -F \"deployer.name=bitrise\""
curl_cmd="$curl_cmd -F \"deployer.info.commitMessage=${commitMessage}\""
curl_cmd="$curl_cmd -F \"deployer.info.commit=${commit}\""
Expand Down

0 comments on commit 29d5d7a

Please sign in to comment.