We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edbb7c3 commit c548b87Copy full SHA for c548b87
mk/main.mk
@@ -33,7 +33,7 @@ CFG_PACKAGE_VERS=$(CFG_RELEASE_NUM)-alpha$(CFG_BETA_CYCLE)
33
endif
34
ifeq ($(CFG_RELEASE_CHANNEL),nightly)
35
CFG_RELEASE=$(CFG_RELEASE_NUM)-nightly
36
-# When building nightlydistributables just reuse the same "beta" name
+# When building nightly distributables just reuse the same "nightly" name
37
# so when we upload we'll always override the previous nighly. This
38
# doesn't actually impact the version reported by rustc - it's just
39
# for file naming.
0 commit comments