Skip to content

Commit

Permalink
fixes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyanshp authored Jun 2, 2020
1 parent a4d2643 commit acd282c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions step.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ echo $artifactslug
lasturl=$(curl -H "accept: application/json" -H "Authorization: ${access_token}" -X GET https://api.bitrise.io/v0.1/apps/${app_slug}/builds/$buildslug/artifacts/$artifactslug | jq -r '.[] | .expiring_download_url')

(mkdir -p $BITRISE_SOURCE_DIR/${directory_name} && cd $BITRISE_SOURCE_DIR/${directory_name}
curl $lasturl > ${artifact_name}
)
curl $lasturl > "${artifact_name}"
)

0 comments on commit acd282c

Please sign in to comment.