Skip to content

Commit caf32a1

Browse files
committed
test
1 parent fb7b2a0 commit caf32a1

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/production.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ jobs:
103103
- name: AWS CLI Config Init
104104
run: |
105105
mkdir -p ~/.aws
106+
touch ~/.aws/config
107+
echo "[default]
108+
s3 =
109+
addressing_style = virtual " > ~/.aws/config
106110
touch ~/.aws/credentials
107111
echo "[default]
108112
aws_access_key_id=${{ secrets.TENCENTCLOUD_SECRET_ID }}

.github/workflows/upload-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
- name: AWS CLI Config Init
1616
run: |
1717
mkdir -p ~/.aws
18+
touch ~/.aws/config
19+
echo "[default]
20+
s3 =
21+
addressing_style = virtual " > ~/.aws/config
1822
touch ~/.aws/credentials
1923
echo "[default]
2024
aws_access_key_id=${{ secrets.TENCENTCLOUD_SECRET_ID }}

0 commit comments

Comments
 (0)