From 55ec344f9c8596915777544170e5f606683344db Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Tue, 8 Oct 2024 15:38:50 +0100 Subject: [PATCH] chore: disable build uploading for linux as it doesn't work --- .github/workflows/linux.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 61be719337..c8f3ea559a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -68,13 +68,13 @@ jobs: name: upload-artifact path: ${{ steps.rename-build.outputs.artifactname }} - - name: Copy single file to remote - uses: garygrossgarten/github-action-scp@v0.8.0 - if: ${{ steps.rename-build.outputs.uploadname }} - timeout-minutes: 5 - with: - local: "${{ steps.rename-build.outputs.uploadname }}" - remote: "${{ secrets.SFTP_ROOT }}/${{ github.ref_name }}/${{ steps.rename-build.outputs.uploadname }}" - host: ${{ secrets.SFTP_HOST }} - username: ${{ secrets.SFTP_USERNAME }} - password: ${{ secrets.SFTP_PASSWORD }} + # - name: Copy single file to remote + # uses: garygrossgarten/github-action-scp@v0.8.0 + # if: ${{ steps.rename-build.outputs.uploadname }} + # timeout-minutes: 5 + # with: + # local: "${{ steps.rename-build.outputs.uploadname }}" + # remote: "${{ secrets.SFTP_ROOT }}/${{ github.ref_name }}/${{ steps.rename-build.outputs.uploadname }}" + # host: ${{ secrets.SFTP_HOST }} + # username: ${{ secrets.SFTP_USERNAME }} + # password: ${{ secrets.SFTP_PASSWORD }}