From f467b8f7ef33e845dc0b67514973637ac7514074 Mon Sep 17 00:00:00 2001 From: TrainDoctor Date: Sun, 11 Sep 2022 16:39:20 -0700 Subject: [PATCH] add no remote binary logging --- .github/workflows/build-plugins.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-plugins.yml b/.github/workflows/build-plugins.yml index 9eda1dec..45a311fb 100644 --- a/.github/workflows/build-plugins.yml +++ b/.github/workflows/build-plugins.yml @@ -184,6 +184,9 @@ jobs: remotebin="$(cat $plugin/package.json | jq -s -r ".[].remote_binary")" curl -L "$remotebin" -o "/tmp/$(basename $remotebin)" zip -r $zipname "/tmp/$(basename $remotebin)" + else + echo "hasremotebin: $hasremotebin" + echo "$plugin does not have remote binary"! fi if [ ! -z "$haspython" ]; then