Windows build: Extract .zip outside repo clone

This commit is contained in:
Richard Hansen 2022-05-13 17:49:53 -04:00
parent d70dcc3415
commit b1d48bb333
2 changed files with 3 additions and 2 deletions

View File

@ -44,7 +44,8 @@ jobs:
run: src/bin/buildForWindows.sh
-
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
uses: joncloud/makensis-action@v3.6

View File

@ -24,7 +24,7 @@ Section
SetOutPath $INSTDIR
; Put files there
File /r "..\..\..\etherpad-lite-new\*"
File /r "..\..\..\..\etherpad-zip\*"
SectionEnd