File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,15 @@ publish_s3() {
45
45
echo " Publishing as ecs-cli-linux-amd64-${tag} "
46
46
dexec s3_pull_push " s3://${STAGE_S3_BUCKET} /ecs-cli-linux-amd64-${tag} " " s3://${PUBLISH_S3_BUCKET} /ecs-cli-linux-amd64-${tag} "
47
47
dexec s3_pull_push " s3://${STAGE_S3_BUCKET} /ecs-cli-linux-amd64-${tag} .md5" " s3://${PUBLISH_S3_BUCKET} /ecs-cli-linux-amd64-${tag} .md5"
48
+ dexec s3_pull_push " s3://${STAGE_S3_BUCKET} /ecs-cli-linux-amd64-${tag} .asc" " s3://${PUBLISH_S3_BUCKET} /ecs-cli-linux-amd64-${tag} .asc"
48
49
echo " Publishing as ecs-cli-darwin-amd64-${tag} "
49
50
dexec s3_pull_push " s3://${STAGE_S3_BUCKET} /ecs-cli-darwin-amd64-${tag} " " s3://${PUBLISH_S3_BUCKET} /ecs-cli-darwin-amd64-${tag} "
50
51
dexec s3_pull_push " s3://${STAGE_S3_BUCKET} /ecs-cli-darwin-amd64-${tag} .md5" " s3://${PUBLISH_S3_BUCKET} /ecs-cli-darwin-amd64-${tag} .md5"
52
+ dexec s3_pull_push " s3://${STAGE_S3_BUCKET} /ecs-cli-darwin-amd64-${tag} .asc" " s3://${PUBLISH_S3_BUCKET} /ecs-cli-darwin-amd64-${tag} .asc"
51
53
echo " Publishing as ecs-cli-windows-amd64-${tag} .exe"
52
54
dexec s3_pull_push " s3://${STAGE_S3_BUCKET} /ecs-cli-windows-amd64-${tag} .exe" " s3://${PUBLISH_S3_BUCKET} /ecs-cli-windows-amd64-${tag} .exe"
53
55
dexec s3_pull_push " s3://${STAGE_S3_BUCKET} /ecs-cli-windows-amd64-${tag} .md5" " s3://${PUBLISH_S3_BUCKET} /ecs-cli-windows-amd64-${tag} .md5"
56
+ dexec s3_pull_push " s3://${STAGE_S3_BUCKET} /ecs-cli-windows-amd64-${tag} .exe.asc" " s3://${PUBLISH_S3_BUCKET} /ecs-cli-windows-amd64-${tag} .exe.asc"
54
57
done
55
58
}
56
59
You can’t perform that action at this time.
0 commit comments