Skip to content

Commit

Permalink
Merge pull request #24 from waja/fix_build_artifacts_move
Browse files Browse the repository at this point in the history
Fix build artifacts move
  • Loading branch information
dawidd6 authored Mar 11, 2021
2 parents d9aa273 + 087b55c commit 9bf2516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ async function main() {
"find",
buildDirectory,
"-maxdepth", "1",
"-name", `${pkg}*${version}*.*`,
"-name", `*${version}*.*`,
"-type", "f",
"-print",
"-exec", "mv", "{}", artifactsDirectory, ";"
Expand Down

0 comments on commit 9bf2516

Please sign in to comment.