From 78dfe72a920fc28ece6ecb20387d2951607d8370 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 23 Apr 2025 22:50:34 -1000 Subject: [PATCH] ;tools: just nightlybin: force push --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index dd1e3d07f..4bb331849 100644 --- a/Justfile +++ b/Justfile @@ -1209,7 +1209,7 @@ nightlybin: just push git tag -f nightly master git push -f origin nightly - git push origin master:binaries + git push -f origin master:binaries # Upload the last-built platform binaries to the "nightly" prerelease. Run nightlybin and wait for it to complete first. @ghnightly-bin: