Skip to content

Commit

Permalink
ci: fix ci test script path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFabre committed Nov 15, 2024
1 parent e48a9e9 commit 380b466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: ./project-version.sh -l -o version.h -f h -t v

- name: Checking version
run: ci-script/check_script_self_version.sh project-version.sh version.h
run: test/check_script_self_version.sh project-version.sh version.h

0 comments on commit 380b466

Please sign in to comment.