Update AWS CLI installation in build workflow to include --update flag

This commit is contained in:
mr. M
2025-01-12 20:47:01 +01:00
parent 5865b9fd2d
commit e9456ac073

View File

@@ -62,7 +62,7 @@ jobs:
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
sudo ./aws/install --update
- name: Start self-hosted runner
if: ${{ inputs.create_release && inputs.update_branch == 'release' }}
@@ -457,7 +457,7 @@ jobs:
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
sudo ./aws/install
sudo ./aws/install --update
- name: Stop self-hosted runner
if: ${{ inputs.create_release && inputs.update_branch == 'release' }}