Skip to content

Commit 40bd1c2

Browse files
committed
Put version number in beta channel artifacts
1 parent 03268bb commit 40bd1c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

mk/main.mk

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ endif
2929
ifeq ($(CFG_RELEASE_CHANNEL),beta)
3030
# The beta channel is temporarily called 'alpha'
3131
CFG_RELEASE=$(CFG_RELEASE_NUM)-alpha$(CFG_BETA_CYCLE)
32-
# When building beta/nightly distributables just reuse the same "beta"
33-
# name so when we upload we'll always override the previous
34-
# nighly. This doesn't actually impact the version reported by rustc -
35-
# it's just for file naming.
36-
CFG_PACKAGE_VERS=alpha
32+
CFG_PACKAGE_VERS=$(CFG_RELEASE_NUM)-alpha$(CFG_BETA_CYCLE)
3733
endif
3834
ifeq ($(CFG_RELEASE_CHANNEL),nightly)
3935
CFG_RELEASE=$(CFG_RELEASE_NUM)-nightly
36+
# When building nightlydistributables just reuse the same "beta" 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.
4040
CFG_PACKAGE_VERS=nightly
4141
endif
4242
ifeq ($(CFG_RELEASE_CHANNEL),dev)

0 commit comments

Comments
 (0)