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 23053c8 commit dc1b144Copy full SHA for dc1b144
utils/webassembly/distribute-latest-toolchain.sh
@@ -33,7 +33,7 @@ head_sha=$(echo $latest_run | jq .head_sha --raw-output)
33
34
get_artifact_url() {
35
local name=$1
36
- github $artifacts_url --fail | jq ".artifacts[] | select(.name == \"$name\") | .archive_download_url" | sed 's/\"//g'
+ github $artifacts_url --fail | jq ".artifacts[] | select((.name == \"$name\") and (.expired | not)) | .archive_download_url" | sed 's/\"//g'
37
}
38
39
download_artifact() {
0 commit comments