File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
run : bash ci/run.bash
102
102
- name : Acquire the AWS tooling
103
103
run : |
104
- pip3 install awscli
104
+ choco upgrade awscli
105
105
if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
106
106
- name : Prepare the dist
107
107
run : |
@@ -110,11 +110,11 @@ jobs:
110
110
if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
111
111
- name : Deploy build to dev-static dist tree for release team
112
112
run : |
113
- aws s3 cp --recursive dist s3://dev-static-rust-lang-org/rustup/dist
114
- shell : powershell
113
+ aws --debug s3 cp --recursive dist s3://dev-static-rust-lang-org/rustup/dist
115
114
env :
116
115
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
117
116
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
117
+ AWS_DEFAULT_REGION : us-west-1
118
118
if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
119
119
- name : Clear the cargo caches
120
120
run : |
Original file line number Diff line number Diff line change 98
98
run : bash ci/run.bash
99
99
- name : Acquire the AWS tooling
100
100
run : |
101
- pip3 install awscli
101
+ choco upgrade awscli
102
102
if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
103
103
- name : Prepare the dist
104
104
run : |
@@ -107,11 +107,11 @@ jobs:
107
107
if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
108
108
- name : Deploy build to dev-static dist tree for release team
109
109
run : |
110
- aws s3 cp --recursive dist s3://dev-static-rust-lang-org/rustup/dist
111
- shell : powershell
110
+ aws --debug s3 cp --recursive dist s3://dev-static-rust-lang-org/rustup/dist
112
111
env :
113
112
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
114
113
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
114
+ AWS_DEFAULT_REGION : us-west-1
115
115
if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
116
116
- name : Clear the cargo caches
117
117
run : |
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101
101
run : bash ci/run.bash
102
102
- name : Acquire the AWS tooling
103
103
run : |
104
- pip3 install awscli
104
+ choco upgrade awscli
105
105
if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
106
106
- name : Prepare the dist
107
107
run : |
@@ -110,11 +110,11 @@ jobs:
110
110
if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
111
111
- name : Deploy build to dev-static dist tree for release team
112
112
run : |
113
- aws s3 cp --recursive dist s3://dev-static-rust-lang-org/rustup/dist
114
- shell : powershell
113
+ aws --debug s3 cp --recursive dist s3://dev-static-rust-lang-org/rustup/dist
115
114
env :
116
115
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
117
116
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
117
+ AWS_DEFAULT_REGION : us-west-1
118
118
if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
119
119
- name : Clear the cargo caches
120
120
run : |
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
run : bash ci/run.bash
110
110
- name : Acquire the AWS tooling
111
111
run : |
112
- pip3 install awscli
112
+ choco upgrade awscli
113
113
if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
114
114
- name : Prepare the dist
115
115
run : |
@@ -118,11 +118,11 @@ jobs:
118
118
if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
119
119
- name : Deploy build to dev-static dist tree for release team
120
120
run : |
121
- aws s3 cp --recursive dist s3://dev-static-rust-lang-org/rustup/dist
122
- shell : powershell
121
+ aws --debug s3 cp --recursive dist s3://dev-static-rust-lang-org/rustup/dist
123
122
env :
124
123
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
125
124
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
125
+ AWS_DEFAULT_REGION : us-west-1
126
126
if : github.event_name == 'push' && github.ref == 'refs/heads/stable'
127
127
- name : Clear the cargo caches
128
128
run : |
You can’t perform that action at this time.
0 commit comments