mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 09:50:09 +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: |
|
||||
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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user