We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd9563 commit badbafdCopy full SHA for badbafd
.github/workflows/generate-terraform-checksum.yml
@@ -47,8 +47,8 @@ jobs:
47
curl --remote-name "${RELEASE_INFORMATION_URL}"
48
49
50
- export BIN_URL=$(jq -r '.builds[] | select(.os=="linux") | select(.arch=="amd64") | .url' < index.json)
51
- export BIN_FILE=$(jq -r '.builds[] | select(.os=="linux") | select(.arch=="amd64") | .filename' < index.json)
+ export BIN_URL=$(jq -r '.builds[] | select(.os=="linux" and .arch=="amd64") | .url' < index.json)
+ export BIN_FILE=$(jq -r '.builds[] | select(.os=="linux" and .arch=="amd64") | .filename' < index.json)
52
export SHA_FILE=$(jq -r '.shasums' < index.json)
53
export SIG_FILE=$(jq -r '.shasums_signature' < index.json)
54
0 commit comments