Skip to content

Commit

Permalink
Added to show build result after github-actions. Again.
Browse files Browse the repository at this point in the history
  • Loading branch information
zboris12 committed Mar 24, 2024
1 parent 9a47c16 commit 3216d91
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,11 @@ zgapdfsigner.js
zgaindex.js
EOF
npx google-closure-compiler ${GCCOPT} ${GCCEXT} ${jss} --js_output_file ${OUTFLDR}/zgapdfsigner.min.js
if [ $? -ne 0 ]
if [ $? -eq 0 ]
then
echo "Build result:"
ls -l ${OUTFLDR}/*.min.js
else
echo "google-closure-compiler failed."
exit 20
fi
Expand Down

0 comments on commit 3216d91

Please sign in to comment.