Skip to content

Commit

Permalink
Revert "only build DebugLogXP and ReleaseXP"
Browse files Browse the repository at this point in the history
This reverts commit 1ef99b1.
  • Loading branch information
FunkyFr3sh committed Mar 29, 2024
1 parent 1ef99b1 commit 6c5bac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ 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'
required: true

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'
required: true

debuglogminixp:
description: 'Set to true to enable building with DebugLogMiniXP configuration'
required: false
required: true

# Outputs are always using Windows directory separator (`\`)
outputs:
Expand Down

0 comments on commit 6c5bac9

Please sign in to comment.