mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-23 15:40:23 +00:00
chore(ci): Remove archive.org step
This commit is contained in:
parent
da6adb025b
commit
014c4edce4
9
.github/workflows/build_iso.yml
vendored
9
.github/workflows/build_iso.yml
vendored
@ -166,12 +166,3 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y rclone
|
||||
rclone copy $SOURCE_DIR R2:bazzite
|
||||
|
||||
- name: Upload ISOs to archive.org
|
||||
if: github.event_name == 'workflow_dispatch' && github.ref_name == 'main'
|
||||
uses: qoijjj/internet-archive-upload@v7
|
||||
with:
|
||||
access-key: ${{ secrets.IA_ACCESS_KEY }}
|
||||
secret-key: ${{ secrets.IA_SECRET_KEY }}
|
||||
identifier: ${{ matrix.image_name }}
|
||||
files: ${{ steps.upload-directory.outputs.iso-upload-dir }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user