Updated file name to be in sync with release name.

This commit is contained in:
SamTV12345 2023-09-04 21:20:44 +02:00
parent 7bed23512e
commit 2fbc26a891
No known key found for this signature in database
GPG key ID: E63EEC7466038043

View file

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