Skip to content

Commit d8df3a3

Browse files
committed
;tools:just: nightlyrel-bin-copy -> nightlyrel-bin
1 parent e76a2b0 commit d8df3a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Justfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,7 +1092,7 @@ nightlybin:
10921092
set -euo pipefail
10931093
git push -f origin HEAD:nightly
10941094
git push -f origin HEAD:binaries
1095-
printf "When binaries have built successfully, run:\n just nightlyrel-bin-copy\n"
1095+
printf "When binaries have built successfully, run:\n just nightlyrel-bin\n"
10961096
just ghworkflows-open
10971097

10981098
# Browse the github nightly prerelease.
@@ -1104,7 +1104,7 @@ nightlybin:
11041104
gh release edit nightly -F doc/nightlynotes.md
11051105

11061106
# After building nightly binaries (nightlybin), copy them to the github nightly prerelease.
1107-
@nightlyrel-bin-copy:
1107+
@nightlyrel-bin:
11081108
gh workflow run nightly
11091109

11101110
# ** Installing ------------------------------------------------------------

0 commit comments

Comments
 (0)