feat/release-workflow #2

Merged
mikakuns merged 3 commits from feat/release-workflow into main 2026-04-15 09:27:54 +00:00
Showing only changes of commit 7119c8474e - Show all commits

View File

@@ -95,8 +95,7 @@ jobs:
cp -r out/app bundle/app cp -r out/app bundle/app
cp -r out/worker bundle/worker cp -r out/worker bundle/worker
ZIP_NAME="ClaudeDo-${VERSION}-win-x64.zip" ZIP_NAME="ClaudeDo-${VERSION}-win-x64.zip"
# python's zipfile module is used because `zip` is not installed on the host runner ( cd bundle && zip -r -q "../assets/${ZIP_NAME}" app worker )
( cd bundle && python3 -m zipfile -c "../assets/${ZIP_NAME}" app worker )
# 2) Installer single-file exe (renamed) # 2) Installer single-file exe (renamed)
INSTALLER_EXE=$(ls out/installer/*.exe | head -n 1) INSTALLER_EXE=$(ls out/installer/*.exe | head -n 1)