Skip to content

Commit a6f2e0b

Browse files
authored
Fix buildres script auth (#413)
1 parent 358ffb6 commit a6f2e0b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

buildres/download-staged-artifact.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ fi
1313
DOWNLOAD_DIR=$VERSION-staged
1414
rm -rf $DOWNLOAD_DIR
1515
mkdir -p $DOWNLOAD_DIR
16-
aws s3 cp s3://waveterm-github-artifacts/staging/$VERSION/ $DOWNLOAD_DIR/ --recursive
16+
aws s3 cp s3://waveterm-github-artifacts/staging/$VERSION/ $DOWNLOAD_DIR/ --recursive --profile $AWS_PROFILE

buildres/publish-from-staging.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ if [ -z "$VERSION" ]; then
99
exit
1010
fi
1111

12-
aws s3 cp s3://waveterm-github-artifacts/staging/$VERSION/ s3://dl.waveterm.dev/releases/ --recursive
12+
aws s3 cp s3://waveterm-github-artifacts/staging/$VERSION/ s3://dl.waveterm.dev/releases/ --recursive --profile $AWS_PROFILE

0 commit comments

Comments
 (0)