Skip to content

Commit 9bec857

Browse files
committed
fix: automated-realease ci add aws cli
Signed-off-by: KeHaoKH <[email protected]>
1 parent de5c795 commit 9bec857

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/automated-release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
run: make build -j8
2929
- name: Install Github-release
3030
run: go install github.com/github-release/github-release@latest
31+
- name: Install AWS CLI v2
32+
run: |
33+
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o /tmp/awscliv2.zip
34+
unzip -q /tmp/awscliv2.zip -d /tmp
35+
rm /tmp/awscliv2.zip
36+
sudo /tmp/aws/install --update
37+
rm -rf /tmp/aws/
3138
- name: Configure AWS credentials
3239
uses: aws-actions/configure-aws-credentials@v1
3340
with:

0 commit comments

Comments
 (0)