From 04abc828f985088eaa261e430f57da36c10fe454 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Sun, 22 Oct 2023 14:02:15 +0900 Subject: [PATCH] fix --- src/push.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/push.ts b/src/push.ts index b003b0ee..583233e8 100644 --- a/src/push.ts +++ b/src/push.ts @@ -566,7 +566,7 @@ export const pushImages = async (input: PushImagesInput) => { if (input.result.newItems.length > 0) { const newGlobs = input.result.newItems.length === 1 - ? `${(workspace(), constants.ACTUAL_DIR_NAME)}/${input.result.newItems[0]})` + ? `${(workspace(), constants.ACTUAL_DIR_NAME)}/${input.result.newItems[0]}` : `${(workspace(), constants.ACTUAL_DIR_NAME)}/(${input.result.newItems.join('|')})`; console.log(newGlobs);