Skip to content

Commit

Permalink
[ACTIONS] fix: Use proper directory for running files
Browse files Browse the repository at this point in the history
  • Loading branch information
maj113 committed Apr 23, 2024
1 parent 22337b3 commit b73d608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:

- name: Run Executables
run: |
${{github.workspace}}/build/verify/verify_counter.exe
${{github.workspace}}/build/benchmark/benchmark_counter.exe
${{github.workspace}}\Counter\build\benchmark\Debug\benchmark_counter.exe
${{github.workspace}}\Counter\build\verify\Debug\verify_counter.exe

0 comments on commit b73d608

Please sign in to comment.