Skip to content

Commit d4b2409

Browse files
committed
workflow fix
1 parent c38ed4c commit d4b2409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/on_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
set(ENV{PATH} "$ENV{GITHUB_WORKSPACE}:$ENV{PATH}")
121121
122122
execute_process(
123-
COMMAND ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake --build build -t binance real-logic
123+
COMMAND ${{ steps.cmake_and_ninja.outputs.cmake_dir }}/cmake --build build -t binance
124124
RESULT_VARIABLE result
125125
)
126126
if (NOT result EQUAL 0)

0 commit comments

Comments
 (0)