diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e0bf808..f9182db6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,10 +29,11 @@ jobs: .\scripts\build.ps1 mv src/dist scripts\TWBlue64 - - name: make installer - run: | - cd scripts - makensis twblue.nsi + - name: Setup NSIS + working-directory: scripts + uses: joncloud/makensis-action@v5 + with: + script-file: twblue.nsi - name: Create portable working-directory: scripts\TWBlue64