Skip to content

Commit

Permalink
Try using install-nsis
Browse files Browse the repository at this point in the history
  • Loading branch information
neilenns committed Dec 7, 2023
1 parent b83ab33 commit dc49726
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
run: "type Properties/AssemblyInfo.cs"
shell: pwsh

- name: Install NSIS 3.04
uses: repolevedavaj/install-nsis@v1
with:
nsis-version: 3.04

- name: Restore NuGet packages
working-directory: ${{env.GITHUB_WORKSPACE}}
run: nuget restore ${{env.SOLUTION_FILE_PATH}}
Expand Down

0 comments on commit dc49726

Please sign in to comment.