Skip to content

Commit

Permalink
zflist-publish: print filename on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
maxux committed Oct 18, 2023
1 parent d06ffc2 commit 17b0490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/zflist-publish
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 17b0490

Please sign in to comment.