Skip to content

Commit

Permalink
Update GitHub release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood committed Oct 3, 2023
1 parent 7066331 commit d6e3008
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/actions/install-aws/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ runs:
using: "composite"
steps:
- uses: actions/checkout@v3
- name: Install AWS CLI
run: |
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
./aws/install
aws --version
shell: bash
# - name: Install AWS CLI
# run: |
# curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
# unzip awscliv2.zip
# ./aws/install --update
# aws --version
# shell: bash
- name: Configure AWS CLI
run: |
export AWS_ACCESS_KEY_ID={{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit d6e3008

Please sign in to comment.