Skip to content

Commit e2d1daf

Browse files
authored
Update action.yml
1 parent 85ace07 commit e2d1daf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ runs:
7171
if: runner.os == 'Windows'
7272

7373
- name: Compile ObEngine plugin [MacOS|Linux]
74-
run: cd build && make -j8
74+
run: cmake --build build --config Release -- -j8
7575
shell: bash
7676
if: runner.os == 'macOS' || runner.os == 'Linux'
7777
- name: Compile ObEngine plugin [Windows]
7878
shell: pwsh
79-
run: cmake --build build --config Debug -- /m:8
79+
run: cmake --build build --config Release -- /m:8
8080
if: runner.os == 'Windows'
8181

8282
- name: Retrieve plugin location

0 commit comments

Comments
 (0)