From 1ef99b12955a93a86820187bc99dd5f747671ac0 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Fri, 29 Mar 2024 22:31:35 +0100 Subject: [PATCH] only build DebugLogXP and ReleaseXP --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 6ba68af..2a9cde0 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ inputs: release: description: 'Set to true to enable building with Release configuration' - required: true + required: false releasexp: description: 'Set to true to enable building with ReleaseXP configuration' @@ -30,7 +30,7 @@ inputs: debug: description: 'Set to true to enable building with Debug configuration' - required: true + required: false debuglogxp: description: 'Set to true to enable building with DebugLogXP configuration' @@ -38,7 +38,7 @@ inputs: debuglogminixp: description: 'Set to true to enable building with DebugLogMiniXP configuration' - required: true + required: false # Outputs are always using Windows directory separator (`\`) outputs: