mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 10:20:08 +00:00
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:
parent
b2c51bda01
commit
bf3faba50c
7
.github/workflows/viewer-build.yml
vendored
7
.github/workflows/viewer-build.yml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user