workflows: fix forgotten parameter in packages.yml
This commit is contained in:
parent
4ddfafadc2
commit
692bc9429e
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user