release: details on how to get right number for artifact download script

This commit is contained in:
Christian Schwarz
2026-02-15 18:48:04 +00:00
parent b1ea121d53
commit 79118ada70
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ clean: docs-clean
download-circleci-release:
rm -rf "$(ARTIFACTDIR)"
mkdir -p "$(ARTIFACTDIR)/release"
python3 .circleci/download_artifacts.py --prefix 'artifacts/release/' "$(BUILD_NUM)" "$(ARTIFACTDIR)/release"
python3 .circleci/download_artifacts.py --prefix 'artifacts/release/' "$(JOB_NUM)" "$(ARTIFACTDIR)/release"
##################### MULTI-ARCH HELPERS #####################