You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace `for id in $artifact_ids` with a `while read` pipeline. In zsh,
unquoted variable expansion doesn't split on newlines like bash, so all
artifact IDs were concatenated into a single invalid URL.
0 commit comments