mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 00:46:16 -04:00
Windows build: Move NSIS installer script to this repo
This commit is contained in:
parent
d62cc8d62c
commit
8a2ef69873
5 changed files with 60 additions and 8 deletions
10
.github/workflows/windows-installer.yml
vendored
10
.github/workflows/windows-installer.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue