;tools: ghcruns-download: make tmp dir
This commit is contained in:
parent
a6637b3256
commit
84d9afed90
1
Justfile
1
Justfile
@ -1530,6 +1530,7 @@ _on-master-branch:
|
|||||||
|
|
||||||
# Download any new binaries from the latest runs of the main binary github workflows, and recompress them.
|
# Download any new binaries from the latest runs of the main binary github workflows, and recompress them.
|
||||||
ghruns-download:
|
ghruns-download:
|
||||||
|
mkdir -p tmp
|
||||||
cd tmp; rm -rf hledger-*64
|
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-linux-x64)
|
||||||
cd tmp; gh run download $(just ghrun-id binaries-mac-arm64)
|
cd tmp; gh run download $(just ghrun-id binaries-mac-arm64)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user