1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00

only build DebugLogXP and ReleaseXP

This commit is contained in:
FunkyFr3sh 2024-03-29 22:31:35 +01:00
parent 12838e5426
commit 1ef99b1295

View File

@ -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: