From 81c27eef4569edce0f18b096fbd8b8f07df59ec0 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Mon, 4 Sep 2023 21:46:31 +0200 Subject: [PATCH] Reverted and just rename at the end. --- .github/workflows/windows.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9cf67014c..e2a2c8cef 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -124,8 +124,12 @@ jobs: curl --connect-timeout 10 --max-time 20 --retry 5 --retry-delay 10 --retry-max-time 60 --retry-connrefused http://127.0.0.1:9001/p/test src\node_modules\cypress\bin\cypress run --config-file src\tests\frontendcypress\cypress.config.js # On release, upload windows zip to GitHub release tab + - + name: Rename to etherpad-lite-win.zip + shell: powershell + run: mv etherpad-win.zip etherpad-lite-win.zip - name: upload binaries to release uses: softprops/action-gh-release@v1 if: ${{startsWith(github.ref, 'refs/tags/') }} with: - files: etherpad-win.zip + files: etherpad-lite-win.zip