Skip to content

Commit

Permalink
Get rid of downgrade step
Browse files Browse the repository at this point in the history
  • Loading branch information
neilenns committed Dec 7, 2023
1 parent b72e184 commit b83ab33
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@ jobs:
- name: Add VSTest to Path
uses: darenm/[email protected]

- name: Downgrade NSIS
uses: supplypike/setup-bin@v3
with:
uri: "https://downloads.sourceforge.net/project/nsis/NSIS%203/3.04/nsis-3.04-setup.exe"
name: "nsis-3.04-setup.exe"
version: "3.04"
command: nsis-3.04-setup.exe /S

- name: Replace version in AssemblyInfo.cs
run: (Get-Content "Properties/AssemblyInfo.cs") -replace '\("\d+\.\d+\.\d+(\.\d+)?"\)', '("${{ github.event.release.tag_name }}")' | Out-File "Properties/AssemblyInfo.cs"
shell: pwsh
Expand Down

0 comments on commit b83ab33

Please sign in to comment.