Skip to content

Commit 0489a59

Browse files
committed
update workflow
1 parent 457e67c commit 0489a59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-genesis-hooks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Build and install guard_checker tool
6363
- name: Build and install guard_checker
6464
run: |
65-
cd src/ripple/app/hook
65+
cd include/xrpl/hook
6666
make
6767
cp guard_checker /usr/local/bin/
6868
chmod +x /usr/local/bin/guard_checker
@@ -88,7 +88,7 @@ jobs:
8888
# Check if xahau.h has changed (fail if out of sync)
8989
- name: Verify xahau.h is in sync
9090
run: |
91-
if ! git diff --exit-code src/ripple/app/hook/xahau.h; then
91+
if ! git diff --exit-code include/xrpl/hook/xahau.h; then
9292
echo ""
9393
echo "❌ ERROR: xahau.h is out of sync with genesis hooks"
9494
echo ""
@@ -98,7 +98,7 @@ jobs:
9898
echo " cd hook/genesis && ./build_xahau_h.sh"
9999
echo ""
100100
echo "Diff:"
101-
git diff src/ripple/app/hook/xahau.h
101+
git diff include/xrpl/hook/xahau.h
102102
exit 1
103103
fi
104104
echo "✅ xahau.h is in sync with genesis hooks"

0 commit comments

Comments
 (0)