From a0d8c7b2ab0a4c5af2dd1878de2c1e4cac83146b Mon Sep 17 00:00:00 2001 From: mintsuki Date: Fri, 30 Dec 2022 08:53:36 +0100 Subject: [PATCH] ci: Remove website upload portion of workflow --- .github/workflows/release.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c9e520b9..ae7693a2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,11 +98,3 @@ jobs: limine-*.tar.* env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Retrieve SSH key - run: 'echo "$ssh_key" > ssh_key && chmod 600 ssh_key' - env: - ssh_key: ${{ secrets.SSH_KEY }} - - - name: Upload tarballs to website - run: 'scp -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i ssh_key limine-*.tar.* mint@limine-bootloader.org:/var/www/limine/html/files/limine/'