main: mv all artifacts

This commit is contained in:
Dawid Dziurla 2020-03-27 00:29:02 +01:00 committed by GitHub
parent ea67cde210
commit c25f686c2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ async function main() {
"find", "find",
buildDirectory, buildDirectory,
"-maxdepth", "1", "-maxdepth", "1",
"-name", `${package}_${version}*.*`, "-name", `${package}*${version}*.*`,
"-type", "f", "-type", "f",
"-print", "-print",
"-exec", "mv", "{}", artifactsDirectory, ";" "-exec", "mv", "{}", artifactsDirectory, ";"