diff --git a/buildres/download-staged-artifact.sh b/buildres/download-staged-artifact.sh index 994306eae..a78ce8859 100644 --- a/buildres/download-staged-artifact.sh +++ b/buildres/download-staged-artifact.sh @@ -13,4 +13,4 @@ fi DOWNLOAD_DIR=$VERSION-staged rm -rf $DOWNLOAD_DIR mkdir -p $DOWNLOAD_DIR -aws s3 cp s3://waveterm-github-artifacts/staging/$VERSION/ $DOWNLOAD_DIR/ --recursive +aws s3 cp s3://waveterm-github-artifacts/staging/$VERSION/ $DOWNLOAD_DIR/ --recursive --profile $AWS_PROFILE diff --git a/buildres/publish-from-staging.sh b/buildres/publish-from-staging.sh index 85b7fa19f..5835049b3 100644 --- a/buildres/publish-from-staging.sh +++ b/buildres/publish-from-staging.sh @@ -9,4 +9,4 @@ if [ -z "$VERSION" ]; then exit fi -aws s3 cp s3://waveterm-github-artifacts/staging/$VERSION/ s3://dl.waveterm.dev/releases/ --recursive \ No newline at end of file +aws s3 cp s3://waveterm-github-artifacts/staging/$VERSION/ s3://dl.waveterm.dev/releases/ --recursive --profile $AWS_PROFILE \ No newline at end of file