Skip to content

Commit

Permalink
Remove slash after bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilKWarmdahl committed Dec 2, 2024
1 parent 6380f7e commit a85806e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
NODE_VERSION: "16.20.2"
STATIC_NODE_BINARY_IMAGE_NAME: 'static-node-binaries'
AWS_ROLE_TO_ASSUME: "arn:aws:iam::192549843005:role/github_concordium-desktop-wallet"
S3_BUCKET: "s3://desktopwallet.concordium.com/"
S3_BUCKET: "s3://desktopwallet.concordium.com"
ECR_REPO: "192549843005.dkr.ecr.eu-west-1.amazonaws.com/concordium/desktop-wallet-ci"

permissions:
Expand Down

0 comments on commit a85806e

Please sign in to comment.