Skip to content

Commit

Permalink
Fix s3 bucket name
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Pavlov <[email protected]>
  • Loading branch information
Kshatrix committed Nov 18, 2024
1 parent 6f0b69f commit a21cdec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ jobs:
aws-secret-access-key: ${{ secrets.SECRET_ACCESS_KEY }}

- name: Upload airgap bundle
run: aws s3 cp bin/hmc-airgap-${{ env.VERSION }}.tgz s3://binary2a-mirantis-com.s3.amazonaws.com/hmc-airgap-${{ env.VERSION }}.tgz
run: aws s3 cp bin/hmc-airgap-${{ env.VERSION }}.tgz s3://binary2a-mirantis-com/hmc-airgap-${{ env.VERSION }}.tgz

0 comments on commit a21cdec

Please sign in to comment.