Merge pull request #24 from waja/fix_build_artifacts_move

Fix build artifacts move
This commit is contained in:
Dawid Dziurla 2021-03-11 15:21:18 +01:00 committed by GitHub
commit 9bf251641c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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