Skip to content

Commit

Permalink
argh
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Apr 18, 2024
1 parent 8a34767 commit 0d0d95b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_and_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,16 @@ jobs:
with:
path: artifacts

- name: Upload to Cloudflare R2
uses: ryand56/[email protected]
with:
r2-account-id: ${{ secrets.R2_ACCOUNT_ID }}
r2-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
r2-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
r2-bucket: geph5
source-dir: artifacts/gnu-latest
# Adjust 'destination-dir' as per need
destination-dir: ./gnu-latest
- name: Upload to Cloudflare R2
uses: ryand56/[email protected]
with:
Expand Down

0 comments on commit 0d0d95b

Please sign in to comment.