Skip to content

Commit

Permalink
refactor: add name to r2 upload step
Browse files Browse the repository at this point in the history
Co-authored-by: Milap Sheth <[email protected]>
  • Loading branch information
maancham and milapsheth authored Mar 26, 2024
1 parent d85a753 commit b5c04b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker-image-and-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ jobs:
run: |
aws s3 cp ./bin ${S3_PATH}/ --recursive
- name: Upload binaries to Cloudflare R2
- uses: ryand56/r2-upload-action@latest
with:
r2-account-id: ${{ secrets.R2_ACCOUNT_ID }}
Expand Down

0 comments on commit b5c04b6

Please sign in to comment.