Skip to content

Commit 189bb01

Browse files
bradeglerverbanicm
authored andcommitted
fix: github url was incorrect (#19)
1 parent 53be700 commit 189bb01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ runs:
3131
- name: 'download-artifacts'
3232
shell: 'bash'
3333
env:
34-
RELEASE_VERSION: '0.2.1'
35-
RELEASE_LOCATION: 'https://github.com/abcxyz/secure-setup-terraform/releases/tag'
34+
RELEASE_VERSION: '0.2.2'
35+
RELEASE_LOCATION: 'https://github.com/abcxyz/secure-setup-terraform/releases/download'
3636
run: |-
3737
curl -H "Authorization: token ${{ github.token }}" -LO "${{env.RELEASE_LOCATION}}/v${{env.RELEASE_VERSION}}/secure-setup-terraform_${{env.RELEASE_VERSION}}_linux_amd64.tar.gz"
3838
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"

0 commit comments

Comments
 (0)