We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358ffb6 commit a6f2e0bCopy full SHA for a6f2e0b
2 files changed
buildres/download-staged-artifact.sh
@@ -13,4 +13,4 @@ fi
13
DOWNLOAD_DIR=$VERSION-staged
14
rm -rf $DOWNLOAD_DIR
15
mkdir -p $DOWNLOAD_DIR
16
-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
buildres/publish-from-staging.sh
@@ -9,4 +9,4 @@ if [ -z "$VERSION" ]; then
9
exit
10
fi
11
12
-aws s3 cp s3://waveterm-github-artifacts/staging/$VERSION/ s3://dl.waveterm.dev/releases/ --recursive
+aws s3 cp s3://waveterm-github-artifacts/staging/$VERSION/ s3://dl.waveterm.dev/releases/ --recursive --profile $AWS_PROFILE
0 commit comments