Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Nov 12, 2024
1 parent e26c028 commit 10b830c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:
popd || exit
# stop server
pushd ./*hugegraph-incubating*${{ inputs.release_version }} || exit
pushd ./*hugegraph-incubating*${{ inputs.release_version }}/*hugegraph-server-incubating*${{ inputs.release_version }} || exit
bin/stop-hugegraph.sh || exit
popd || exit
Expand Down
2 changes: 1 addition & 1 deletion dist/validate-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ popd

popd
# stop server
pushd ./*hugegraph-incubating*"${RELEASE_VERSION}"
pushd ./*hugegraph-incubating*"${RELEASE_VERSION}"/*hugegraph-server-incubating*"${RELEASE_VERSION}"
bin/stop-hugegraph.sh
popd

Expand Down

0 comments on commit 10b830c

Please sign in to comment.