We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ace07 commit e2d1dafCopy full SHA for e2d1daf
1 file changed
action.yml
@@ -71,12 +71,12 @@ runs:
71
if: runner.os == 'Windows'
72
73
- name: Compile ObEngine plugin [MacOS|Linux]
74
- run: cd build && make -j8
+ run: cmake --build build --config Release -- -j8
75
shell: bash
76
if: runner.os == 'macOS' || runner.os == 'Linux'
77
- name: Compile ObEngine plugin [Windows]
78
shell: pwsh
79
- run: cmake --build build --config Debug -- /m:8
+ run: cmake --build build --config Release -- /m:8
80
81
82
- name: Retrieve plugin location
0 commit comments