The default value for the MAKE build option was changed from false to true to streamline the build process for most common use cases.
@@ -11,7 +11,7 @@ on:
description: 'Build with MAKE?'
required: true
type: boolean
- default: false
+ default: true
release_type:
description: "Choose Release Type"