main: mv all artifacts
This commit is contained in:
parent
ea67cde210
commit
c25f686c2d
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -136,7 +136,7 @@ async function main() {
|
|||
"find",
|
||||
buildDirectory,
|
||||
"-maxdepth", "1",
|
||||
"-name", `${package}_${version}*.*`,
|
||||
"-name", `${package}*${version}*.*`,
|
||||
"-type", "f",
|
||||
"-print",
|
||||
"-exec", "mv", "{}", artifactsDirectory, ";"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue