imbajin commented on issue #2110:
URL: 
https://github.com/apache/incubator-hugegraph/issues/2110#issuecomment-1428016292

   > @imbajin issue 2 is related to zsh, we can fixed by `cd $(echo 
./*toolchain*-1.0.0)`:
   > 
   > ```shell
   > zsh $ echo ./*toolchain*
   > ./apache-hugegraph-toolchain-incubating-1.0.0 
./apache-hugegraph-toolchain-incubating-1.0.0.tar.gz
   > 
   > zsh $ echo ./*toolchain*-1.0.0
   > ./apache-hugegraph-toolchain-incubating-1.0.0
   > 
   > zsh $ cd ./*toolchain*          
   > cd: string not in pwd: ./apache-hugegraph-toolchain-incubating-1.0.0
   > 
   > zsh $ cd $(echo ./*toolchain*-1.0.0)
   > apache-hugegraph-toolchain-incubating-1.0.0
   > ```
   
   `validate-release.sh` in server is **outdated** and won't be maintained in 
future,  the lastest action contains the suffix already
   
https://github.com/apache/incubator-hugegraph-doc/blob/cd5952554bd2a14a0910d916e65b21b28b89de4a/.github/workflows/validate-release.yml#L149
   
   The problem 5 also can't be reproduced, maybe it depends on the network 
status


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to