diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 86690107..2bac7a82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,3 +110,11 @@ jobs: limine-*.tar.* env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + + - name: Retrieve SSH key + run: 'echo "$ssh_key" > 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/'