;tools: just updates
This commit is contained in:
parent
980a0d6e45
commit
ae2774ecfc
16
Justfile
16
Justfile
@ -1525,8 +1525,8 @@ _on-master-branch:
|
|||||||
just _on-release-branch
|
just _on-release-branch
|
||||||
doc/ghrelnotes `cat .version` | gh release edit `cat .version` -F-
|
doc/ghrelnotes `cat .version` | gh release edit `cat .version` -F-
|
||||||
|
|
||||||
# Upload the downloaded binaries to the specified github release. Run after ghruns-download.
|
# Upload the downloaded binaries to the specified github release. Run after ghbin-download.
|
||||||
ghrel-upload VER:
|
ghrel-bin VER:
|
||||||
@read -p "Warning! uploading binaries to release {{ VER }}, are you sure ? Enter to proceed: "
|
@read -p "Warning! uploading binaries to release {{ VER }}, are you sure ? Enter to proceed: "
|
||||||
gh release upload --clobber {{ VER }} tmp/hledger-linux-x64.tar.gz
|
gh release upload --clobber {{ VER }} tmp/hledger-linux-x64.tar.gz
|
||||||
gh release upload --clobber {{ VER }} tmp/hledger-mac-arm64.tar.gz
|
gh release upload --clobber {{ VER }} tmp/hledger-mac-arm64.tar.gz
|
||||||
@ -1546,14 +1546,14 @@ ghrel-upload VER:
|
|||||||
gh run view --web $(just ghrun-id {{ WORKFLOW }})
|
gh run view --web $(just ghrun-id {{ WORKFLOW }})
|
||||||
|
|
||||||
# Browse the latest run of the main binary workflows.
|
# Browse the latest run of the main binary workflows.
|
||||||
@ghruns:
|
@ghbin:
|
||||||
just ghrun-open binaries-linux-x64
|
just ghrun binaries-linux-x64
|
||||||
just ghrun-open binaries-mac-arm64
|
just ghrun binaries-mac-arm64
|
||||||
just ghrun-open binaries-mac-x64
|
just ghrun binaries-mac-x64
|
||||||
just ghrun-open binaries-windows-x64
|
just ghrun binaries-windows-x64
|
||||||
|
|
||||||
# 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:
|
ghbin-download:
|
||||||
mkdir -p tmp
|
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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user