mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2026-01-15 06:23:17 +01:00
Update release workflow to install nsis prior to generating the installer
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -29,10 +29,11 @@ jobs:
|
|||||||
.\scripts\build.ps1
|
.\scripts\build.ps1
|
||||||
mv src/dist scripts\TWBlue64
|
mv src/dist scripts\TWBlue64
|
||||||
|
|
||||||
- name: make installer
|
- name: Setup NSIS
|
||||||
run: |
|
working-directory: scripts
|
||||||
cd scripts
|
uses: joncloud/makensis-action@v5
|
||||||
makensis twblue.nsi
|
with:
|
||||||
|
script-file: twblue.nsi
|
||||||
|
|
||||||
- name: Create portable
|
- name: Create portable
|
||||||
working-directory: scripts\TWBlue64
|
working-directory: scripts\TWBlue64
|
||||||
|
|||||||
Reference in New Issue
Block a user