The default value for the build_with_make input is changed to false to align with the current build process requirements.
@@ -11,7 +11,7 @@ on:
description: 'Build with MAKE?'
required: true
type: boolean
- default: true
+ default: false
release_type:
description: "Choose Release Type"