diff --git a/entrypoint.sh b/entrypoint.sh index 0570d5b..e3ee778 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -21,3 +21,5 @@ mkdir ${OUTPUT_DIR} || true # Copy resulting iso to github workspace and fix permissions cp build/deploy.iso ${OUTPUT_DIR} chmod -R ugo=rwX ${OUTPUT_DIR} + +echo "::set-output name=iso::${OUTPUT_DIR/deploy.iso/}"