github actions: shouldn't be necessary to re-download artifacts

This is already done at the beginning of upload task.
This commit is contained in:
Leonid Pliushch 2021-02-24 23:53:40 +02:00
parent 47a95b59f6
commit 95153d0052
No known key found for this signature in database
GPG Key ID: 45F2964132545795

View File

@ -142,10 +142,6 @@ jobs:
echo "${{ secrets.KNOWN_HOST_ENTRY }}" >> ~/.ssh/known_hosts
ssh-agent -a $SSH_AUTH_SOCK
ssh-add - <<< "${{ secrets.SSHKEY }}"
- name: Get *.deb files
uses: actions/download-artifact@v2
with:
name: termux-packages-${{ github.sha }}
- name: Upload to grimler.se
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock