Skip to content

Commit 92702bb

Browse files
committed
Fix exec path
1 parent 546cfbb commit 92702bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kelpie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444

4545
- name: Execute Kelpie-Test:print-modules
4646
working-directory: kelpie-test
47-
run: ${{ github.workspace }}/build/libs/bin/kelpie --config print-modules/config.toml
47+
run: ${{ github.workspace }}/build/install/kelpie/bin/kelpie --config print-modules/config.toml

0 commit comments

Comments
 (0)