Don't look for source name in artefacts

This commit is contained in:
Mike Roberts 2020-10-26 22:23:51 +00:00
parent 1c91252842
commit 2a34054303
No known key found for this signature in database
GPG key ID: B68562622B45F745

View file

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