nodejs / unofficial-builds

Unofficial binaries for Node.js
https://unofficial-builds.nodejs.org
247 stars 52 forks source link

fix: unquote wildcard for staging file move #131

Closed rvagg closed 6 months ago

rvagg commented 6 months ago

another overzealous quote that is avoiding wildcard expansion leading to this error:

+ mv '/home/nodejs/staging/release/v20.12.0/node-v*' /home/nodejs/download/release/v20.12.0
mv: cannot stat '/home/nodejs/staging/release/v20.12.0/node-v*': No such file or directory

in https://unofficial-builds.nodejs.org/logs/202404060140-v20.12.0/build.log

even though the files are there

/cc @matthewkeil