chore(ci): Remove archive.org step

This commit is contained in:
Kyle Gospodnetich 2024-04-24 14:31:04 -07:00
parent da6adb025b
commit 014c4edce4

View File

@ -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 }}