Skip to content

Commit

Permalink
chore: disable build uploading for linux as it doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 8, 2024
1 parent c7999b7 commit 55ec344
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
name: upload-artifact
path: ${{ steps.rename-build.outputs.artifactname }}

- name: Copy single file to remote
uses: garygrossgarten/[email protected]
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/[email protected]
# 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 }}

0 comments on commit 55ec344

Please sign in to comment.