Skip to content

Commit d703c26

Browse files
committed
One more
1 parent b0115a8 commit d703c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deno_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
deno-version: v2.x
2828
- run: deno --node-modules-dir=auto -A ./build.ts
29-
- run: deno run -A ./bids-validator/dist/validator/bids-validator.js --version
29+
- run: deno run -A ./dist/validator/bids-validator.js --version
3030
- uses: actions/upload-artifact@v4
3131
with:
3232
name: main

0 commit comments

Comments
 (0)