File tree 2 files changed +12
-8
lines changed
2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -146,10 +146,11 @@ jobs:
146
146
path : |
147
147
target/${{ matrix.target }}/release/rustup-init.exe
148
148
retention-days : 7
149
- - name : Acquire the AWS tooling
149
+ - name : Ensure that awscli is installed
150
150
if : github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
151
151
run : |
152
- choco upgrade awscli
152
+ Get-Command aws
153
+ aws --version
153
154
- name : Prepare the dist
154
155
if : github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
155
156
run : |
@@ -309,10 +310,11 @@ jobs:
309
310
path : |
310
311
target/${{ matrix.target }}/release/rustup-init.exe
311
312
retention-days : 7
312
- - name : Acquire the AWS tooling
313
+ - name : Ensure that awscli is installed
313
314
if : github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
314
315
run : |
315
- choco upgrade awscli
316
+ Get-Command aws
317
+ aws --version
316
318
- name : Prepare the dist
317
319
if : github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
318
320
run : |
@@ -478,10 +480,11 @@ jobs:
478
480
path : |
479
481
target/${{ matrix.target }}/release/rustup-init.exe
480
482
retention-days : 7
481
- - name : Acquire the AWS tooling
483
+ - name : Ensure that awscli is installed
482
484
if : github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
483
485
run : |
484
- choco upgrade awscli
486
+ Get-Command aws
487
+ aws --version
485
488
- name : Prepare the dist
486
489
if : github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
487
490
run : |
Original file line number Diff line number Diff line change @@ -139,10 +139,11 @@ jobs: # skip-master skip-pr skip-stable
139
139
path : |
140
140
target/${{ matrix.target }}/release/rustup-init.exe
141
141
retention-days : 7
142
- - name : Acquire the AWS tooling
142
+ - name : Ensure that awscli is installed
143
143
if : github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
144
144
run : |
145
- choco upgrade awscli
145
+ Get-Command aws
146
+ aws --version
146
147
- name : Prepare the dist
147
148
if : github.event_name == 'push' && matrix.mode == 'release' && (github.ref == 'refs/heads/stable' || github.ref == 'refs/heads/master')
148
149
run : |
You can’t perform that action at this time.
0 commit comments