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:
parent
47a95b59f6
commit
95153d0052
4
.github/workflows/packages.yml
vendored
4
.github/workflows/packages.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user