Skip to content

Commit

Permalink
- fix: replace r22 uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Mar 4, 2024
1 parent 877bfc5 commit 00c6d4d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
cp target/release/shinkai_node${{ env.EXTENSION }} files-to-r2/${{ matrix.arch }}/shinkai-node-latest${{ env.EXTENSION }}
- name: Upload binaries to R2 bucket
uses: ryand56/r2-upload-action@latest
uses: shallwefootball/s3-upload-action@master
with:
r2-account-id: ${{ secrets.R2_ACCOUNT_ID }}
r2-access-key-id: ${{ secrets.R2_ACCESS_KEY_ID }}
r2-secret-access-key: ${{ secrets.R2_SECRET_ACCESS_KEY }}
r2-bucket: shinkai-download
source-dir: files-to-r2/${{ matrix.arch }}
destination-dir: ./shinkai-node/binaries/${{ matrix.arch }}/
endpoint: https://54bf1bf573b3e6471e574cc4d318db64.r2.cloudflarestorage.com/shinkai-download
aws_key_id: ${{ secrets.R2_ACCESS_KEY_ID }}
aws_secret_access_key: ${{ secrets.R2_SECRET_ACCESS_KEY }}
aws_bucket: shinkai-download
source_dir: files-to-r2/${{ matrix.arch }}
destination_dir: ./shinkai-node/binaries/${{ matrix.arch }}/

0 comments on commit 00c6d4d

Please sign in to comment.