Compare commits

...

2 Commits

Author SHA1 Message Date
Ruben Buniatyan
7eef255ec3
Merge 47599f6911 into 30a8f963f7 2025-07-16 21:02:56 +02:00
Ruben Buniatyan
47599f6911
Fix typo in path 2025-07-16 21:02:43 +02:00

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