Skip to content

Commit a4619fd

Browse files
authored
Actions (#4)
* add package action * add github token * get token from secrets * fix unexpected token error
1 parent f1e0996 commit a4619fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build-Installer.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $ErrorActionPreference = 'Stop'
33
$asset = gh release view `
44
-R ryanoasis/nerd-fonts `
55
--json assets `
6-
-q '.assets[].url|match("^.*JetBrainsMono.*$"; "g")|.string'
6+
-q '.assets[].url|match(".*JetBrainsMono.*"; "g")|.string'
77

88
Invoke-WebRequest -Uri $asset -OutFile $PSScriptRoot\JetBrainsMono.zip
99
Remove-Item `

0 commit comments

Comments
 (0)