Skip to content

Commit db0f8b7

Browse files
committed
CI: Fix script path
1 parent 568d821 commit db0f8b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-hub-ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ jobs:
9797
UV_PUBLISH_TOKEN: ${{ secrets.PYPI_PASS }}
9898
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
9999
run: |
100-
chmod +x ../../.github/workflows/node_hub_test.sh
101-
../../.github/workflows/node_hub_test.sh
100+
chmod +x ../.github/workflows/node_hub_test.sh
101+
../.github/workflows/node_hub_test.sh

0 commit comments

Comments
 (0)