diff --git a/.github/workflows/build-helper.yml b/.github/workflows/build-helper.yml index 4fdaafb7..4d8518e5 100644 --- a/.github/workflows/build-helper.yml +++ b/.github/workflows/build-helper.yml @@ -71,7 +71,7 @@ jobs: APPLE_APP_SPECIFIC_PASSWORD: ${{ matrix.platform == 'darwin' && secrets.PROD_MACOS_NOTARIZATION_PWD }} APPLE_TEAM_ID: ${{ matrix.platform == 'darwin' && secrets.PROD_MACOS_NOTARIZATION_TEAM_ID }} - name: Upload to S3 staging - run: aws s3 cp make/ s3://waveterm-github-artifacts/staging/${{ steps.set-version.outputs.WAVETERM_VERSION }}/ --recursive --exclude "*/*" --exclude "builder-*.yml" + run: aws s3 cp make/ s3://waveterm-github-artifacts/staging-legacy/${{ steps.set-version.outputs.WAVETERM_VERSION }}/ --recursive --exclude "*/*" --exclude "builder-*.yml" env: AWS_ACCESS_KEY_ID: "${{ secrets.S3_USERID }}" AWS_SECRET_ACCESS_KEY: "${{ secrets.S3_SECRETKEY }}" diff --git a/buildres/README.md b/buildres/README.md index 3f3a52a1..58bf99cd 100644 --- a/buildres/README.md +++ b/buildres/README.md @@ -13,7 +13,7 @@ is [`electron-builder.config.js`](../electron-builder.config.js). This will also sign and notarize the macOS app package. -Once a build is complete, it will be placed in `s3://waveterm-github-artifacts/staging/`. +Once a build is complete, it will be placed in `s3://waveterm-github-artifacts/staging-legacy/`. It can be downloaded for testing using the [`download-staged-artifact.sh`](./download-staged-artifact.sh) script. When you are ready to publish the artifacts to the public release feed, use the [`publish-from-staging.sh`](./publish-from-staging.sh) script to directly copy the artifacts from