diff --git a/entrypoint.sh b/entrypoint.sh index 54896d5..853ee21 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,7 +9,7 @@ then SubDirectoryLocation="$3/" fi -mode="export" +mode="export-release" if [ "$6" = "true" ] then echo "Exporting in debug mode!"