From 9f44c4f49668c019b46f1e5f1ad1fa721a464106 Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Sat, 15 May 2021 22:21:45 +0200 Subject: [PATCH] workflows: do not error on upload step if there are no debs As is the case when using ci:no-build for example. --- .github/workflows/packages.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml index 6758f58b6..289bcb94e 100644 --- a/.github/workflows/packages.yml +++ b/.github/workflows/packages.yml @@ -164,7 +164,12 @@ 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" - zip $archive debs-*-${{ github.sha }}.tar - sftp -P ${{ secrets.PORT }} ${{ secrets.USER }}@grimler.se <