diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 39884de95b..2217d37633 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -165,11 +165,12 @@ jobs: # instead of one for each arch on the server. archive="termux-packages-${{ github.sha }}.zip" deb_archives=$(find -maxdepth 1 -name "debs-*-${{ github.sha }}.tar") - if [ -n "$deb_archives" ]; then - zip $archive ${deb_archives} - sftp -P ${{ secrets.PORT }} ${{ secrets.USER }}@grimler.se <