From 17b049002202bc230767acda3f3cebfac8044cf4 Mon Sep 17 00:00:00 2001 From: Maxime Daniel Date: Wed, 18 Oct 2023 12:40:19 +0200 Subject: [PATCH] zflist-publish: print filename on publish --- .github/workflows/zflist-publish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zflist-publish b/.github/workflows/zflist-publish index 835bdf4..913f425 100755 --- a/.github/workflows/zflist-publish +++ b/.github/workflows/zflist-publish @@ -48,7 +48,7 @@ if [ "$action" == "PUBLISH" ]; then zflist putdir $INPUT_ROOT / zflist commit /tmp/$filename - echo "Uploading to the hub" + echo "Uploading to the hub [$filename]" zflist hub upload /tmp/$filename fi