Skip to content

Commit

Permalink
Updated makensis-action to v4 (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 authored Aug 9, 2023
1 parent 141ff57 commit bf950de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-lint-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
echo "version=${VERSION}" >> $GITHUB_ENV
poetry run ${GITHUB_WORKSPACE}\\scripts\\build.bat
- name: Create NSIS installer
uses: joncloud/makensis-action@v3.7
uses: joncloud/makensis-action@v4
with:
script-file: scripts\\installer_win.nsi
arguments: /V4 /DVERSION=${{ env.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
echo "version=${VERSION}" >> $GITHUB_ENV
poetry run ${GITHUB_WORKSPACE}\\scripts\\build.bat
- name: Create NSIS installer
uses: joncloud/makensis-action@v3.7
uses: joncloud/makensis-action@v4
with:
script-file: scripts\\installer_win.nsi
arguments: /V4 /DVERSION=${{ env.version }}
Expand Down

0 comments on commit bf950de

Please sign in to comment.