File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments