From cf585ccba00220c6ed68d78d51a6119be88c981b Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Mon, 20 Oct 2025 13:18:04 +0800 Subject: [PATCH] fix(ci): incorrect version used for renaming artifacts --- apps/stage-tamagotchi/scripts/utils.ts | 2 +- cspell.config.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/stage-tamagotchi/scripts/utils.ts b/apps/stage-tamagotchi/scripts/utils.ts index a499fadb3..adda5e0b5 100644 --- a/apps/stage-tamagotchi/scripts/utils.ts +++ b/apps/stage-tamagotchi/scripts/utils.ts @@ -92,7 +92,7 @@ export async function getFilenames(target: string, options: { release: boolean, throw new Error(' is required') } - const beforeVersion = version + const beforeVersion = packageJSON.version const productName = electronBuilder.productName! switch (target) { diff --git a/cspell.config.yaml b/cspell.config.yaml index 30df9453a..6f3d8f75c 100644 --- a/cspell.config.yaml +++ b/cspell.config.yaml @@ -256,6 +256,7 @@ words: - tauri - taze - tempora + - tinyexec - togetherapi - tolist - tresjs