Skip to content

Commit

Permalink
chore: install rclone via apt
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Nov 2, 2024
1 parent 837e21d commit e36d788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/_build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,6 @@ jobs:
SOURCE_FILE: ${{ steps.build-iso.outputs.iso_path }}/${{ steps.build-iso.outputs.iso_name }}
DEST_BUCKET: ${{ inputs.r2-bucket }}
run: |
curl https://rclone.org/install.sh | sudo bash
sudo apt-get update
sudo apt-get install -y rclone
rclone copy $SOURCE_FILE R2:$DEST_BUCKET

0 comments on commit e36d788

Please sign in to comment.