Skip to content

Commit

Permalink
update workflow steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargaj committed Mar 25, 2024
1 parent 8d92e11 commit 839568d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
- name: Build Release
run: msbuild .\Source\Conduit.sln /t:build /p:Configuration=Release
- name: Create NSIS installer
uses: joncloud/makensis-action@v3.7
uses: joncloud/makensis-action@v4.1
with:
script-file: ./Source/bin/Release/Conduit.nsi
- name: Rename installer
run: |
Rename-Item -Path ./Source/bin/Release/conduit_setup.exe -NewName conduit_setup_${{ steps.version.outputs.version_sanitized }}.exe
- name: Create and Upload Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: v${{ steps.version.outputs.version }}
tag_name: v${{ steps.version.outputs.version }}
Expand Down

0 comments on commit 839568d

Please sign in to comment.