diff --git a/.github/workflows/windows-installer.yml b/.github/workflows/windows-installer.yml index 30a5b894..44253bf0 100644 --- a/.github/workflows/windows-installer.yml +++ b/.github/workflows/windows-installer.yml @@ -44,7 +44,8 @@ jobs: run: src/bin/buildForWindows.sh - name: Extract the .zip into folder - run: 7z x etherpad-win.zip -oetherpad-lite-new + working-directory: .. + run: 7z x etherpad-lite\etherpad-win.zip -oetherpad-zip - name: Create installer uses: joncloud/makensis-action@v3.6 diff --git a/src/bin/nsis/etherpad.nsi b/src/bin/nsis/etherpad.nsi index 9e9e049c..28003ac1 100644 --- a/src/bin/nsis/etherpad.nsi +++ b/src/bin/nsis/etherpad.nsi @@ -24,7 +24,7 @@ Section SetOutPath $INSTDIR ; Put files there - File /r "..\..\..\etherpad-lite-new\*" + File /r "..\..\..\..\etherpad-zip\*" SectionEnd