Skip to content

Commit

Permalink
add no remote binary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
TrainDoctor committed Sep 11, 2022
1 parent fa6fdea commit f467b8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f467b8f

Please sign in to comment.