mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 22:23:33 +01:00
Updated file name to be in sync with release name.
This commit is contained in:
parent
7bed23512e
commit
2fbc26a891
1 changed files with 7 additions and 7 deletions
14
.github/workflows/windows.yml
vendored
14
.github/workflows/windows.yml
vendored
|
@ -49,7 +49,7 @@ jobs:
|
||||||
name: Archive production artifacts
|
name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: etherpad-win.zip
|
name: etherpad-lite-win.zip
|
||||||
path: etherpad-win.zip
|
path: etherpad-win.zip
|
||||||
|
|
||||||
build-exe:
|
build-exe:
|
||||||
|
@ -67,12 +67,12 @@ jobs:
|
||||||
name: Download .zip
|
name: Download .zip
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: etherpad-win.zip
|
name: etherpad-lite-win.zip
|
||||||
path: ..
|
path: ..
|
||||||
-
|
-
|
||||||
name: Extract .zip
|
name: Extract .zip
|
||||||
working-directory: ..
|
working-directory: ..
|
||||||
run: 7z x etherpad-win.zip -oetherpad-zip
|
run: 7z x etherpad-lite-win.zip -oetherpad-zip
|
||||||
-
|
-
|
||||||
name: Create installer
|
name: Create installer
|
||||||
uses: joncloud/makensis-action@v3.7
|
uses: joncloud/makensis-action@v3.7
|
||||||
|
@ -82,7 +82,7 @@ jobs:
|
||||||
name: Archive production artifacts
|
name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: etherpad-win.exe
|
name: etherpad-lite-win.exe
|
||||||
path: etherpad-win.exe
|
path: etherpad-win.exe
|
||||||
|
|
||||||
deploy-zip:
|
deploy-zip:
|
||||||
|
@ -101,10 +101,10 @@ jobs:
|
||||||
name: Download zip
|
name: Download zip
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: etherpad-win.zip
|
name: etherpad-lite-win.zip
|
||||||
-
|
-
|
||||||
name: Extract Etherpad
|
name: Extract Etherpad
|
||||||
run: 7z x etherpad-win.zip -oetherpad
|
run: 7z x etherpad-lite-win.zip -oetherpad
|
||||||
-
|
-
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
|
@ -128,4 +128,4 @@ jobs:
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: ${{startsWith(github.ref, 'refs/tags/') }}
|
if: ${{startsWith(github.ref, 'refs/tags/') }}
|
||||||
with:
|
with:
|
||||||
files: etherpad-win.zip
|
files: etherpad-lite-win.zip
|
||||||
|
|
Loading…
Reference in a new issue