Skip to content

Commit

Permalink
build: fix aws upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Jan 27, 2025
1 parent bc5d295 commit 1aca6c4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cli-r2-static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@ jobs:
node-version: 20
cache: pnpm

# TRY FIX cloudlare incident
- uses: unfor19/install-aws-cli-action@v1
with:
version: "2.22.35"
verbose: false
arch: amd64

- name: pnpm instal
run: pnpm install --ignore-scripts

Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/cli-r2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ jobs:
node-version: 20
cache: pnpm

# TRY FIX cloudlare incident
- uses: unfor19/install-aws-cli-action@v1
with:
version: "2.22.35"
verbose: false
arch: amd64

- name: pnpm instal
run: pnpm install --ignore-scripts

Expand Down

0 comments on commit 1aca6c4

Please sign in to comment.