From 8c7ce0c284746ca7ae44d0db555f118acda62d20 Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Thu, 9 Nov 2017 10:34:12 -0200 Subject: [PATCH] Fix link to .asc file on S3 --- .circleci/setartname.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/setartname.sh b/.circleci/setartname.sh index d1fa44fbab94..c49f6a919685 100644 --- a/.circleci/setartname.sh +++ b/.circleci/setartname.sh @@ -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