From 6c5bac90580a3a76da89dfa364eea525c8fa77d5 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Fri, 29 Mar 2024 22:36:44 +0100 Subject: [PATCH] Revert "only build DebugLogXP and ReleaseXP" This reverts commit 1ef99b12955a93a86820187bc99dd5f747671ac0. --- action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index 2a9cde08e8..6ba68afb56 100644 --- a/action.yml +++ b/action.yml @@ -22,7 +22,7 @@ inputs: release: description: 'Set to true to enable building with Release configuration' - required: false + required: true 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: false + required: true 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: false + required: true # Outputs are always using Windows directory separator (`\`) outputs: