From bf3faba50ce8bc4e3ca3aaa4113bd00453a4ef26 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 16 Oct 2025 18:15:56 +0300 Subject: [PATCH] zipnote fails under windows -- have a hunch of the reason, if it is correct I'll have to walk away for a bit ;) Signed-off-by: Alex A. Naanou --- .github/workflows/viewer-build.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/viewer-build.yml b/.github/workflows/viewer-build.yml index 841ff9c8..be9eeeec 100644 --- a/.github/workflows/viewer-build.yml +++ b/.github/workflows/viewer-build.yml @@ -55,10 +55,13 @@ jobs: run: | ls -la ./build echo "---" - zipnote -w ./targets/electron-*.zip <<<$'@ LICENSE\n@=LICENSE.electron' + cd targets + zipnote -w electron-*.zip <<<$'@ LICENSE\n@=LICENSE.electron' echo "---" + cd .. + cd build # XXX this fails for some reason... - zipnote -w ./build/Im*.zip.tmp <<<$'@ LICENSE\n@=LICENSE.electron' + zipnote -w Im*.zip.tmp <<<$'@ LICENSE\n@=LICENSE.electron' - name: Release env: