diff --git a/buildres/download-staged-artifact.sh b/buildres/download-staged-artifact.sh index a78ce885..b970edba 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 5912239f..45c68d84 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 2cb2c0ac..da815c4b 100644 --- a/src/app/common/modals/about.tsx +++ b/src/app/common/modals/about.tsx @@ -88,7 +88,7 @@ class AboutModal extends React.Component<{}, {}> { } >