mirror of
https://github.com/clangd/clangd.git
synced 2025-08-07 07:12:27 +00:00
Fix typo in path
This commit is contained in:
parent
6ea8a83759
commit
47599f6911
2
.github/workflows/winget.yml
vendored
2
.github/workflows/winget.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
|||||||
./komac sync-fork
|
./komac sync-fork
|
||||||
./komac update -v $version -u $releaseUrl --dry-run -o winget-pkgs LLVM.clangd
|
./komac update -v $version -u $releaseUrl --dry-run -o winget-pkgs LLVM.clangd
|
||||||
|
|
||||||
(Get-Content $installerPath) -replace '^(\s*-\s+RelativeFilePath:\s+).*$', ('${1}' + "clang_$version/bin/clangd.exe")
|
(Get-Content $installerPath) -replace '^(\s*-\s+RelativeFilePath:\s+).*$', ('${1}' + "clangd_$version/bin/clangd.exe")
|
||||||
| Set-Content $installerPath
|
| Set-Content $installerPath
|
||||||
|
|
||||||
./komac submit -y winget-pkgs
|
./komac submit -y winget-pkgs
|
||||||
|
Loading…
Reference in New Issue
Block a user