Skip to content

Commit

Permalink
Fix link to .asc file on S3
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Nov 29, 2017
1 parent b1db1e9 commit 8c7ce0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/setartname.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if [[ $CIRCLE_TAG ]]; then
export ARTIFACT_NAME="$(npm run version --silent)"
else
export ARTIFACT_NAME="$(npm run version --silent).circleci-$CIRCLE_BUILD_NUM"
export ARTIFACT_NAME="$(npm run version --silent).$CIRCLE_BUILD_NUM"
fi

if [[ $CIRCLE_TAG =~ ^[0-9]+\.[0-9]+\.[0-9]+-rc\.[0-9]+ ]]; then
Expand Down

0 comments on commit 8c7ce0c

Please sign in to comment.