File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1092,7 +1092,7 @@ nightlybin:
1092
1092
set -euo pipefail
1093
1093
git push -f origin HEAD:nightly
1094
1094
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 "
1096
1096
just ghworkflows-open
1097
1097
1098
1098
# Browse the github nightly prerelease.
@@ -1104,7 +1104,7 @@ nightlybin:
1104
1104
gh release edit nightly -F doc/ nightlynotes.md
1105
1105
1106
1106
# After building nightly binaries (nightlybin), copy them to the github nightly prerelease.
1107
- @ nightlyrel-bin-copy :
1107
+ @ nightlyrel-bin :
1108
1108
gh workflow run nightly
1109
1109
1110
1110
# ** Installing ------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments