Skip to content

Commit e2a55ce

Browse files
authored
build: fix aws upload (#4794)
1 parent bc5d295 commit e2a55ce

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/workflows/cli-r2-static.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ jobs:
3737
node-version: 20
3838
cache: pnpm
3939

40+
# TRY FIX cloudlare incident
41+
- uses: unfor19/install-aws-cli-action@v1
42+
with:
43+
version: "2.22.35"
44+
verbose: false
45+
arch: amd64
46+
4047
- name: pnpm instal
4148
run: pnpm install --ignore-scripts
4249

.github/workflows/cli-r2.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ jobs:
3838
node-version: 20
3939
cache: pnpm
4040

41+
# TRY FIX cloudlare incident
42+
- uses: unfor19/install-aws-cli-action@v1
43+
with:
44+
version: "2.22.35"
45+
verbose: false
46+
arch: amd64
47+
4148
- name: pnpm instal
4249
run: pnpm install --ignore-scripts
4350

0 commit comments

Comments
 (0)