mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-05-21 12:24:29 +02:00
Windows: Fix version number in makensis action
This commit is contained in:
parent
436433f80c
commit
e112ed627f
2
.github/workflows/windows-x86.yml
vendored
2
.github/workflows/windows-x86.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
target: ${{github.workspace}}/installer/
|
||||
|
||||
- name: Installer
|
||||
uses: joncloud/makensis-action@v5
|
||||
uses: joncloud/makensis-action@v5.0
|
||||
with:
|
||||
script-file: ${{github.workspace}}/installer/mosquitto.nsi
|
||||
|
||||
|
|
|
|||
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
target: ${{github.workspace}}/installer/
|
||||
|
||||
- name: Installer
|
||||
uses: joncloud/makensis-action@v5
|
||||
uses: joncloud/makensis-action@v5.0
|
||||
with:
|
||||
script-file: ${{github.workspace}}/installer/mosquitto64.nsi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue