File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ endif
29
29
ifeq ($(CFG_RELEASE_CHANNEL ) ,beta)
30
30
# The beta channel is temporarily called 'alpha'
31
31
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 )
37
33
endif
38
34
ifeq ($(CFG_RELEASE_CHANNEL ) ,nightly)
39
35
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.
40
40
CFG_PACKAGE_VERS =nightly
41
41
endif
42
42
ifeq ($(CFG_RELEASE_CHANNEL ) ,dev)
You can’t perform that action at this time.
0 commit comments