Skip to content

Commit

Permalink
Merge pull request #951 from ublue-os/fix_upload_for_r2
Browse files Browse the repository at this point in the history
chore(ci): install using apt since no longer using a container
  • Loading branch information
noelmiller authored Apr 6, 2024
2 parents d51cdb3 + ac2dd5e commit 0308918
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 @@ -163,7 +163,8 @@ jobs:
RCLONE_CONFIG_R2_ENDPOINT: ${{ secrets.R2_ENDPOINT }}
SOURCE_DIR: ${{ steps.upload-directory.outputs.iso-upload-dir }}
run: |
dnf install -y rclone
sudo apt-get update
sudo apt-get install -y rclone
rclone copy $SOURCE_DIR R2:bazzite
- name: Upload ISOs to archive.org
Expand Down

0 comments on commit 0308918

Please sign in to comment.