From 6340565c27d78d478a826aada5a707f809ad617b Mon Sep 17 00:00:00 2001 From: House of Vanity Date: Wed, 23 Sep 2020 19:20:43 +0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c7ee340..71fef51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,14 +82,3 @@ jobs: export GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} ./bin/linux/amd64/github-release upload -u house-of-vanity -r tmux-helper --tag ${{ steps.get_version.outputs.FULL_TAG }} --name arch_linux_tmux-helper-${{ steps.get_version.outputs.VERSION }}-x86_64.pkg.tar.zst --file ./tmux-helper-x86_64.pkg.tar.zst ./bin/linux/amd64/github-release upload -u house-of-vanity -r tmux-helper --tag ${{ steps.get_version.outputs.FULL_TAG }} --name tmux-helper-${{ steps.get_version.outputs.VERSION }} --file ./tmux-helper - - # SCP to arch repo - - name: Copy package to repository - uses: appleboy/scp-action@master - with: - host: ${{ secrets.SSH_HOST }} - username: github_deploy - port: 22 - key: ${{ secrets.SSH_KEY }} - source: "./tmux-helper-x86_64.pkg.tar.zst" - target: "/srv/arch-repo/"