We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29aac0 commit 3ad4a75Copy full SHA for 3ad4a75
1 file changed
.github/workflows/on-push.yml
@@ -16,4 +16,5 @@ jobs:
16
uses: novusengine/Workflows/.github/workflows/linux-build.yml@master
17
with:
18
project: AssetConverter
19
- build-types: '["Debug", "RelDebug"]'
+ # possible types: Debug, RelDebug, Release. Comma separated strings in array.
20
+ build-types: '["Debug"]'
0 commit comments