Skip to content

Commit

Permalink
changed executable name in the action file
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolm committed Jan 19, 2024
1 parent 751138b commit fed0417
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Test
working-directory: ${{github.workspace}}/
run: ./tests
run: ./test

build-macos:
name: macos
Expand All @@ -39,7 +39,7 @@ jobs:

- name: Test
working-directory: ${{github.workspace}}/
run: ./tests
run: ./test

build-windows:
name: windows
Expand All @@ -58,4 +58,4 @@ jobs:

- name: Test
working-directory: ${{github.workspace}}\tests\Debug
run: ./tests
run: ./test

0 comments on commit fed0417

Please sign in to comment.