Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit 53717dd

Browse files
committed
Use correct dist dir on beta
1 parent bc9b6ca commit 53717dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ def distsnap_buildfactory(platform, channel_label):
11541154

11551155
# Upload artifacts from slave
11561156
slave_dist_dir = "dist"
1157-
if 'nightly' in channel_label or \
1157+
if 'nightly' in channel_label or 'beta' in channel_label or \
11581158
'cross-host-linux' in platform or \
11591159
'cross-rustbuild-linux' in platform:
11601160
slave_dist_dir = "build/dist"

0 commit comments

Comments
 (0)