From 2a340543032b5767fc6f94bf13999767ea9a8ea5 Mon Sep 17 00:00:00 2001 From: Mike Roberts <2947595+m-roberts@users.noreply.github.com> Date: Mon, 26 Oct 2020 22:23:51 +0000 Subject: [PATCH] Don't look for source name in artefacts --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 69793f0..2eddaf1 100644 --- a/main.js +++ b/main.js @@ -145,7 +145,7 @@ async function main() { "find", buildDirectory, "-maxdepth", "1", - "-name", `${package}*${version}*.*`, + "-name", `*${version}*.*`, "-type", "f", "-print", "-exec", "mv", "{}", artifactsDirectory, ";"