workflows: fix forgotten parameter in packages.yml

This commit is contained in:
Henrik Grimler 2021-05-15 22:32:33 +02:00
parent 4ddfafadc2
commit 692bc9429e
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ jobs:
# This makes it easier to parse it, we can run one update job
# instead of one for each arch on the server.
archive="termux-packages-${{ github.sha }}.zip"
deb_archives=$(find -maxdepth -name "debs-*-${{ github.sha }}.tar")
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 <<EOF