Skip to content

Commit

Permalink
fix: remove dash before use in r2 upload step (axelarnetwork#2127)
Browse files Browse the repository at this point in the history
  • Loading branch information
maancham authored Mar 26, 2024
1 parent 08a9242 commit 163f8c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image-and-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
aws s3 cp ./bin ${S3_PATH}/ --recursive
- name: Upload binaries to Cloudflare R2
- uses: ryand56/r2-upload-action@latest
uses: ryand56/r2-upload-action@latest
with:
r2-account-id: ${{ secrets.R2_ACCOUNT_ID }}
r2-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID_CF }}
Expand Down

0 comments on commit 163f8c6

Please sign in to comment.