Skip to content

Commit 5c7b66f

Browse files
committed
Pass build types to centralized workflow
1 parent 2ff24f9 commit 5c7b66f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/on-push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
name: Linux Build
1616
uses: novusengine/Workflows/.github/workflows/linux-build.yml@master
1717
with:
18-
project: AssetConverter
18+
project: AssetConverter
19+
build-types: Debug,RelDebug

0 commit comments

Comments
 (0)