mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
Windows build: Rename zip to etherpad-win.zip
This commit is contained in:
parent
77edcebc99
commit
e71f69ec72
5 changed files with 10 additions and 10 deletions
2
.github/workflows/windows-installer.yml
vendored
2
.github/workflows/windows-installer.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
run: src/bin/buildForWindows.sh
|
||||
-
|
||||
name: Extract the .zip into folder
|
||||
run: 7z x etherpad-lite-win.zip -oetherpad-lite-new
|
||||
run: 7z x etherpad-win.zip -oetherpad-lite-new
|
||||
-
|
||||
name: Grab nsis config
|
||||
run: git clone https://github.com/ether/etherpad_nsis.git
|
||||
|
|
8
.github/workflows/windows-zip.yml
vendored
8
.github/workflows/windows-zip.yml
vendored
|
@ -49,8 +49,8 @@ jobs:
|
|||
name: Archive production artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: etherpad-lite-win.zip
|
||||
path: etherpad-lite-win.zip
|
||||
name: etherpad-win.zip
|
||||
path: etherpad-win.zip
|
||||
|
||||
deploy:
|
||||
# run on pushes to any branch
|
||||
|
@ -68,10 +68,10 @@ jobs:
|
|||
name: Download zip
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: etherpad-lite-win.zip
|
||||
name: etherpad-win.zip
|
||||
-
|
||||
name: Extract Etherpad
|
||||
run: 7z x etherpad-lite-win.zip -oetherpad
|
||||
run: 7z x etherpad-win.zip -oetherpad
|
||||
-
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue