Skip to content

Commit 37c2364

Browse files
authored
Update makensis-action to version 5.0
1 parent 46cc0b3 commit 37c2364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tagged_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203

204204
- name: Create Windows installer
205205
if: matrix.os == 'windows-latest'
206-
uses: joncloud/makensis-action@v3.6
206+
uses: joncloud/makensis-action@v5.0
207207
with:
208208
script-file: win-installer/installer.nsi
209209
arguments: "-V3 -DVERSION=${{ github.event.inputs.release_version }}"

0 commit comments

Comments
 (0)