From a8dec406d7be5c75b35274347819802aeb2c52e1 Mon Sep 17 00:00:00 2001 From: Hao Chen <270001151@qq.com> Date: Fri, 1 Jul 2022 12:10:01 +0800 Subject: [PATCH] fix: spec err --- buildspec.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buildspec.yml b/buildspec.yml index 55386e0a..3fafb07e 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -12,7 +12,7 @@ phases: - echo Building... - yarn workspace @kanaries/graphic-walker build - yarn workspace rath-client build2 - artifacts: - files: - - 'packages/rath-client/build/*' - name: 'rath-on-aws' \ No newline at end of file +artifacts: + files: + - 'packages/rath-client/build/*' + name: 'rath/$AWS_REGION-$(date +%Y-%m-%d)' \ No newline at end of file