We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a0e3ad commit c7877b1Copy full SHA for c7877b1
dev/release/04-binary-download.sh
@@ -48,7 +48,7 @@ archery crossbow download-artifacts --no-fetch ${CROSSBOW_JOB_ID} "$@"
48
49
# Download Linux packages.
50
gh release download "${tag}" \
51
- --dir "${crossbow_job_prefix}" \
+ --dir "packages/${CROSSBOW_JOB_ID}" \
52
--pattern "almalinux-*.tar.gz" \
53
--pattern "amazon-linux-*.tar.gz" \
54
--pattern "centos-*.tar.gz" \
0 commit comments