From fd0b55fc3afeb9cefa2a2dc136fb801ca02b3013 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Sun, 3 May 2020 21:12:27 -0400 Subject: [PATCH] Added `-v` to export call --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 9fb7045..f54aa9a 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -19,7 +19,7 @@ fi echo "Building $1 for $2" mkdir -p ~/build/${SubDirectoryLocation:-""} cd ${5-"~"} -godot --${mode} $2 ~/build/${SubDirectoryLocation:-""}$1 +godot -v --${mode} $2 ~/build/${SubDirectoryLocation:-""}$1 cd ~ echo ::set-output name=build::~/build/${SubDirectoryLocation:-""}