mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
Windows build: Extract .zip outside repo clone
This commit is contained in:
parent
d70dcc3415
commit
b1d48bb333
2 changed files with 3 additions and 2 deletions
3
.github/workflows/windows-installer.yml
vendored
3
.github/workflows/windows-installer.yml
vendored
|
@ -44,7 +44,8 @@ jobs:
|
||||||
run: src/bin/buildForWindows.sh
|
run: src/bin/buildForWindows.sh
|
||||||
-
|
-
|
||||||
name: Extract the .zip into folder
|
name: Extract the .zip into folder
|
||||||
run: 7z x etherpad-win.zip -oetherpad-lite-new
|
working-directory: ..
|
||||||
|
run: 7z x etherpad-lite\etherpad-win.zip -oetherpad-zip
|
||||||
-
|
-
|
||||||
name: Create installer
|
name: Create installer
|
||||||
uses: joncloud/makensis-action@v3.6
|
uses: joncloud/makensis-action@v3.6
|
||||||
|
|
|
@ -24,7 +24,7 @@ Section
|
||||||
SetOutPath $INSTDIR
|
SetOutPath $INSTDIR
|
||||||
|
|
||||||
; Put files there
|
; Put files there
|
||||||
File /r "..\..\..\etherpad-lite-new\*"
|
File /r "..\..\..\..\etherpad-zip\*"
|
||||||
|
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue