Merge pull request #24 from waja/fix_build_artifacts_move
Fix build artifacts move
This commit is contained in:
commit
9bf251641c
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -172,7 +172,7 @@ async function main() {
|
|||
"find",
|
||||
buildDirectory,
|
||||
"-maxdepth", "1",
|
||||
"-name", `${pkg}*${version}*.*`,
|
||||
"-name", `*${version}*.*`,
|
||||
"-type", "f",
|
||||
"-print",
|
||||
"-exec", "mv", "{}", artifactsDirectory, ";"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue