mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
fix another instance of staging-legacy
This commit is contained in:
@@ -71,7 +71,7 @@ jobs:
|
|||||||
APPLE_APP_SPECIFIC_PASSWORD: ${{ matrix.platform == 'darwin' && secrets.PROD_MACOS_NOTARIZATION_PWD }}
|
APPLE_APP_SPECIFIC_PASSWORD: ${{ matrix.platform == 'darwin' && secrets.PROD_MACOS_NOTARIZATION_PWD }}
|
||||||
APPLE_TEAM_ID: ${{ matrix.platform == 'darwin' && secrets.PROD_MACOS_NOTARIZATION_TEAM_ID }}
|
APPLE_TEAM_ID: ${{ matrix.platform == 'darwin' && secrets.PROD_MACOS_NOTARIZATION_TEAM_ID }}
|
||||||
- name: Upload to S3 staging
|
- 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:
|
env:
|
||||||
AWS_ACCESS_KEY_ID: "${{ secrets.S3_USERID }}"
|
AWS_ACCESS_KEY_ID: "${{ secrets.S3_USERID }}"
|
||||||
AWS_SECRET_ACCESS_KEY: "${{ secrets.S3_SECRETKEY }}"
|
AWS_SECRET_ACCESS_KEY: "${{ secrets.S3_SECRETKEY }}"
|
||||||
|
|||||||
+1
-1
@@ -13,7 +13,7 @@ is [`electron-builder.config.js`](../electron-builder.config.js).
|
|||||||
|
|
||||||
This will also sign and notarize the macOS app package.
|
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/<version>`.
|
Once a build is complete, it will be placed in `s3://waveterm-github-artifacts/staging-legacy/<version>`.
|
||||||
It can be downloaded for testing using the [`download-staged-artifact.sh`](./download-staged-artifact.sh)
|
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
|
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
|
[`publish-from-staging.sh`](./publish-from-staging.sh) script to directly copy the artifacts from
|
||||||
|
|||||||
Reference in New Issue
Block a user