From 955274ed631550989e2687ab4bef8ad693a1d461 Mon Sep 17 00:00:00 2001 From: sawka Date: Wed, 18 Sep 2024 13:50:44 -0700 Subject: [PATCH] update staging directory --- buildres/download-staged-artifact.sh | 2 +- buildres/publish-from-staging.sh | 2 +- src/app/common/modals/about.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/buildres/download-staged-artifact.sh b/buildres/download-staged-artifact.sh index a78ce8859..b970edba7 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 --profile $AWS_PROFILE +aws s3 cp s3://waveterm-github-artifacts/staging-legacy/$VERSION/ $DOWNLOAD_DIR/ --recursive --profile $AWS_PROFILE diff --git a/buildres/publish-from-staging.sh b/buildres/publish-from-staging.sh index 5912239f8..45c68d84d 100644 --- a/buildres/publish-from-staging.sh +++ b/buildres/publish-from-staging.sh @@ -9,7 +9,7 @@ if [ -z "$VERSION" ]; then exit fi -ORIGIN="waveterm-github-artifacts/staging/$VERSION/" +ORIGIN="waveterm-github-artifacts/staging-legacy/$VERSION/" DESTINATION="dl.waveterm.dev/releases-legacy/" OUTPUT=$(aws s3 cp s3://$ORIGIN s3://$DESTINATION --recursive --profile $AWS_PROFILE) diff --git a/src/app/common/modals/about.tsx b/src/app/common/modals/about.tsx index 2cb2c0ac7..da815c4b6 100644 --- a/src/app/common/modals/about.tsx +++ b/src/app/common/modals/about.tsx @@ -88,7 +88,7 @@ class AboutModal extends React.Component<{}, {}> { } >