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 <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-10-16 18:15:56 +03:00
parent b2c51bda01
commit bf3faba50c

View File

@ -55,10 +55,13 @@ jobs:
run: | run: |
ls -la ./build ls -la ./build
echo "---" echo "---"
zipnote -w ./targets/electron-*.zip <<<$'@ LICENSE\n@=LICENSE.electron' cd targets
zipnote -w electron-*.zip <<<$'@ LICENSE\n@=LICENSE.electron'
echo "---" echo "---"
cd ..
cd build
# XXX this fails for some reason... # 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 - name: Release
env: env: