Fix typo in path

This commit is contained in:
Ruben Buniatyan 2025-07-16 21:01:32 +02:00
parent 6ea8a83759
commit 47599f6911
No known key found for this signature in database

View File

@ -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