;tools: ghcruns-download: make tmp dir

This commit is contained in:
Simon Michael 2025-06-01 13:39:41 -10:00
parent a6637b3256
commit 84d9afed90

View File

@ -1530,6 +1530,7 @@ _on-master-branch:
# Download any new binaries from the latest runs of the main binary github workflows, and recompress them.
ghruns-download:
mkdir -p tmp
cd tmp; rm -rf hledger-*64
cd tmp; gh run download $(just ghrun-id binaries-linux-x64)
cd tmp; gh run download $(just ghrun-id binaries-mac-arm64)