Windows build: Move NSIS installer script to this repo

This commit is contained in:
Richard Hansen 2022-05-13 17:07:10 -04:00
parent d62cc8d62c
commit 8a2ef69873
5 changed files with 60 additions and 8 deletions

View file

@ -45,20 +45,14 @@ jobs:
-
name: Extract the .zip into folder
run: 7z x etherpad-win.zip -oetherpad-lite-new
-
name: Grab nsis config
run: git clone https://github.com/ether/etherpad_nsis.git
-
name: Create installer
uses: joncloud/makensis-action@v3.6
with:
script-file: 'etherpad_nsis/etherpad.nsi'
-
name: Check something..
run: ls etherpad_nsis
script-file: 'src/bin/nsis/etherpad.nsi'
-
name: Archive production artifacts
uses: actions/upload-artifact@v3
with:
name: etherpad-server-windows.exe
path: etherpad_nsis/etherpad-server-windows.exe
path: etherpad-server-windows.exe