Skip to content

Commit

Permalink
update aws (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff authored Nov 9, 2023
1 parent 5f623bd commit 83715b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-streamlabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
shell: powershell
- name: Install specific version of AWS CLI
run: |
$version = "2.13.24"
$version = "2.13.33"
$zipfile = "AWSCLIV2.zip"
Invoke-WebRequest -OutFile $zipfile "https://awscli.amazonaws.com/AWSCLIV2-$version.msi"
Start-Process msiexec.exe -Wait -ArgumentList "/i $zipfile /qn"
Expand Down

0 comments on commit 83715b3

Please sign in to comment.