Skip to content

Commit

Permalink
Upload to WhiskyBucket
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz committed Apr 8, 2024
1 parent 487f411 commit 0c06b3e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,3 +350,17 @@ jobs:
with:
name: Libraries
path: Libraries.tar.gz

- name: Upload Libraries to WhiskyBucket
env:
RCLONE_CONFIG_R2_TYPE: s3
RCLONE_CONFIG_R2_PROVIDER: Cloudflare
RCLONE_CONFIG_R2_ENV_AUTH: true
RCLONE_CONFIG_R2_ACCESS_KEY_ID: ${{ secrets.RCLONE_ACCESS_KEY_ID }}
RCLONE_CONFIG_R2_SECRET_ACCESS_KEY: ${{ secrets.RCLONE_SECRET_ACCESS_KEY }}
RCLONE_CONFIG_R2_ENDPOINT: ${{ secrets.RCLONE_ENDPOINT }}
run: |
brew install rclone
zip Libraries.zip Libraries.tar.gz
rclone copy Libraries.zip r2:whisky-bucket/Wine
rclone copy GPTKVersion.plist r2:whisky-bucket/Wine

0 comments on commit 0c06b3e

Please sign in to comment.