Skip to content

Commit

Permalink
fix: github url was incorrect (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
bradegler authored Dec 20, 2022
1 parent 5feef08 commit 157f2a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ runs:
- name: 'download-artifacts'
shell: 'bash'
env:
RELEASE_VERSION: '0.2.1'
RELEASE_LOCATION: 'https://github.com/abcxyz/secure-setup-terraform/releases/tag'
RELEASE_VERSION: '0.2.2'
RELEASE_LOCATION: 'https://github.com/abcxyz/secure-setup-terraform/releases/download'
run: |-
curl -H "Authorization: token ${{ github.token }}" -LO "${{env.RELEASE_LOCATION}}/v${{env.RELEASE_VERSION}}/secure-setup-terraform_${{env.RELEASE_VERSION}}_linux_amd64.tar.gz"
curl -H "Authorization: token ${{ github.token }}" -Lo terraform-checksums.json "${{env.RELEASE_LOCATION}}/v${{env.RELEASE_VERSION}}/secure-setup-terraform_${{env.RELEASE_VERSION}}_checksums.json"
Expand Down

0 comments on commit 157f2a9

Please sign in to comment.