Skip to content

Commit 8668604

Browse files
committedJun 3, 2022
chore: hard code awscli version
1 parent 5cb8824 commit 8668604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/add-to-mewbuilds.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
VIRUS_TOTAL_API_KEY: ${{secrets.VIRUS_TOTAL_API_KEY}}
4141
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
4242
run: |
43-
pip install --user awscli
43+
pip install --user awscli==1.25.0
4444
aws s3 sync --delete --acl public-read .out/ s3://mewcomponents/build/$GITHUB_SHA
4545
aws s3 cp s3://mewcomponents/build/$GITHUB_SHA/index.html s3://mewcomponents/build/$GITHUB_SHA/index.html \
4646
--metadata-directive REPLACE --cache-control max-age=0,no-cache,no-store,must-revalidate \