Skip to content

Commit

Permalink
Install older version of aws to fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fasmat committed Jan 23, 2025
1 parent d85f02a commit 7b0fa35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/api-swagger-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
fetch-depth: 0
ref: 'refs/tags/${{ needs.check-version.outputs.go-sm-api-version }}'

- name: Install aws-cli
uses: unfor19/install-aws-cli-action@v1
with:
version: 2.22.33
- name: upload to testnet
run: >
aws s3 sync api/release/openapi/swagger/src
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ jobs:
run: |
mkdir build-zip
cp ${{ env.OUTNAME }}.zip build-zip
- name: Install aws-cli
uses: unfor19/install-aws-cli-action@v1
with:
version: 2.22.33
- name: Upload zip to R2
run: >
aws s3 sync build-zip
Expand Down

0 comments on commit 7b0fa35

Please sign in to comment.