This repository has been archived by the owner on May 30, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(windows): fix AWS CLI exit code 255 in GitHub action (#179)
Use the official way to configure AWS credentials instead of raw environment variables as recommended here: aws/aws-cli#5262 (comment). Because GitHub action cannot run `aws s3` successfully due to unknown `AWS_EC2_METADATA` or region issues.
- Loading branch information