File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -166,7 +166,7 @@ jobs:
166
166
- name : Deploy build to rustup-builds bucket for release team
167
167
if : github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.mode == 'release'
168
168
run : |
169
- aws --debug s3 cp --recursive deploy/ s3://rustup-builds/${{ github.sha }}
169
+ aws --debug s3 cp --recursive dist s3://rustup-builds/${{ github.sha }}
170
170
env :
171
171
AWS_DEFAULT_REGION : us-east-1
172
172
- name : Clear the cargo caches
@@ -323,7 +323,7 @@ jobs:
323
323
- name : Deploy build to rustup-builds bucket for release team
324
324
if : github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.mode == 'release'
325
325
run : |
326
- aws --debug s3 cp --recursive deploy/ s3://rustup-builds/${{ github.sha }}
326
+ aws --debug s3 cp --recursive dist s3://rustup-builds/${{ github.sha }}
327
327
env :
328
328
AWS_DEFAULT_REGION : us-east-1
329
329
- name : Clear the cargo caches
@@ -486,7 +486,7 @@ jobs:
486
486
- name : Deploy build to rustup-builds bucket for release team
487
487
if : github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.mode == 'release'
488
488
run : |
489
- aws --debug s3 cp --recursive deploy/ s3://rustup-builds/${{ github.sha }}
489
+ aws --debug s3 cp --recursive dist s3://rustup-builds/${{ github.sha }}
490
490
env :
491
491
AWS_DEFAULT_REGION : us-east-1
492
492
- name : Clear the cargo caches
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ jobs: # skip-master skip-pr skip-stable
159
159
- name : Deploy build to rustup-builds bucket for release team
160
160
if : github.event_name == 'push' && github.ref == 'refs/heads/master' && matrix.mode == 'release'
161
161
run : |
162
- aws --debug s3 cp --recursive deploy/ s3://rustup-builds/${{ github.sha }}
162
+ aws --debug s3 cp --recursive dist s3://rustup-builds/${{ github.sha }}
163
163
env :
164
164
AWS_DEFAULT_REGION : us-east-1
165
165
- name : Clear the cargo caches
You can’t perform that action at this time.
0 commit comments