Skip to content

Commit 2562a8d

Browse files
authored
chore: temporal fix for deploy action
1 parent 984deb4 commit 2562a8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main-preview.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
- name: Build Storybook
2424
run: npx storybook build
2525
shell: bash
26+
- name: Install AWS CLI
27+
uses: unfor19/install-aws-cli-action@v1
28+
with:
29+
version: 2.22.35
30+
arch: amd64
2631
- name: Upload to S3
2732
uses: gravity-ui/preview-upload-to-s3-action@v1
2833
with:

0 commit comments

Comments
 (0)