Skip to content

Commit

Permalink
chore(ci): fix wrong path for staging percentage script
Browse files Browse the repository at this point in the history
(cherry picked from commit 43233be)
  • Loading branch information
vdovhanych authored and komret committed Jun 21, 2024
1 parent 319c5b3 commit b319fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-suite-desktop-web-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
aws s3 cp s3://data.trezor.io/suite/releases/desktop/latest/latest-mac.yml .
aws s3 cp s3://data.trezor.io/suite/releases/desktop/latest/latest-linux.yml .
aws s3 cp s3://data.trezor.io/suite/releases/desktop/latest/latest-linux-arm64.yml .
./ci/scripts/update-staging-percentage.sh ${{ github.event.inputs.setStagingPercentage }}
./ci/scripts/set-staging-percentage.sh ${{ github.event.inputs.setStagingPercentage }}
aws s3 cp latest.yml s3://data.trezor.io/suite/releases/desktop/latest/latest.yml
aws s3 cp latest-mac.yml s3://data.trezor.io/suite/releases/desktop/latest/latest-mac.yml
aws s3 cp latest-linux.yml s3://data.trezor.io/suite/releases/desktop/latest/latest-linux.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-suite-desktop-web-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
# uploads the files to the staging bucket canary folder (canary does not have staging percentage set)
aws s3 sync --delete ./trezor-suite-files s3://staging-data.trezor.io/suite/releases/desktop/canary
# configures the default staging percentage to 20% for production
./ci/scripts/update-staging-percentage.sh 20
./ci/scripts/set-staging-percentage.sh 20
VERSION=$(jq -r .suiteVersion packages/suite/package.json)
aws s3 sync --delete ./trezor-suite-files s3://staging-data.trezor.io/suite/releases/desktop/latest
aws s3 sync --delete s3://staging-data.trezor.io/suite/releases/desktop/latest/ s3://staging-data.trezor.io/suite/releases/desktop/v${VERSION}/
Expand Down

0 comments on commit b319fb1

Please sign in to comment.