File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 88 needs : package
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
12- - uses : actions/download-artifact@v3
11+ - uses : actions/checkout@v4
12+ - uses : actions/download-artifact@v4
1313 - run : |
1414 tag=$(gh release view -R ryanoasis/nerd-fonts --json tagName -q '.tagName')
1515 gh release create "${tag}" --notes "JetBrainsMono Nerd Font ${tag}" ./build/*.msi
Original file line number Diff line number Diff line change 55 package :
66 runs-on : windows-latest
77 steps :
8- - name : Install WiX v4
9- shell : pwsh
10- run : dotnet tool install --global wix
118 - uses : actions/checkout@v4
129 - name : Install Pandoc
1310 shell : pwsh
1714 run : ./src/Build-Installer.ps1
1815 env :
1916 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
20- - uses : actions/upload-artifact@v3
17+ - uses : actions/upload-artifact@v4
2118 with :
2219 name : build
2320 path : src/bin/Release/en-US/*.msi
Original file line number Diff line number Diff line change 11# JetBrainsMono Nerd Font installer for Windows
22
3- This is a [ WiX v4 ] ( https://wixtoolset.org/docs/intro/ ) based installer for the
3+ This is a [ WiX v5 ] ( https://wixtoolset.org/docs/intro/ ) based installer for the
44[ JetBrainsMono Nerd Font] ( https://www.nerdfonts.com/ ) .
55
66This installer is available on
@@ -12,14 +12,12 @@ winget install --id DEVCOM.JetBrainsMonoNerdFont
1212
1313## Build prerequisites
1414
15- - [ WiX v4] ( https://wixtoolset.org/docs/intro/ )
1615- [ GitHub CLI] ( https://cli.github.com/ )
1716- [ Pandoc] ( https://pandoc.org/ )
1817
1918Install them with the following commands:
2019
2120``` powershell
22- dotnet tool install --global wix
2321winget install --id GitHub.cli
2422winget install --id JohnMacFarlane.Pandoc
2523```
You can’t perform that action at this time.
0 commit comments