Windows build: Rename zip to etherpad-win.zip

This commit is contained in:
Richard Hansen 2022-05-12 20:14:45 -04:00
parent 77edcebc99
commit e71f69ec72
5 changed files with 10 additions and 10 deletions

View file

@ -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

View file

@ -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: