Skip to content

Commit f6500c6

Browse files
authored
Auto merge of #3284 - alexcrichton:fix-uploads, r=alexcrichton
Publish builds from the auto-cargo branch Cargo doesn't use auto, it uses auto-cargo
2 parents 48f8f54 + ee547be commit f6500c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ deploy:
144144
secret_access_key:
145145
secure: wKKDMYBVTdWLuc7+ffpjTqJs1EdM2pXpV6keUfZGv9RLRta+esh/r/cgc+UQ7+m9JHAliH8eWhlMm5ws6WDgkTvM0PTdqWBgwd24BRbAitsXX2kWfi9WgAeSJVSkIJdZ999TRpRIJu7Zc+1++fbfdD/tDv5XBirQGOJv1HynVWY=
146146
on:
147-
branch: auto
147+
branch: auto-cargo
148148
condition: $DEPLOY = 1
149149

150150
cache:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ deploy:
6868
artifact: cargo
6969
folder: cargo-master
7070
on:
71-
branch: auto
71+
branch: auto-cargo

0 commit comments

Comments
 (0)