mirror of
https://github.com/cmderdev/cmder.git
synced 2026-02-25 06:26:08 +08:00
fix path to sources.json
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -78,7 +78,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# Get vendor versions from sources.json
|
# Get vendor versions from sources.json
|
||||||
$vendorInfo = @()
|
$vendorInfo = @()
|
||||||
$sources = Get-Content "sources.json" -Raw | ConvertFrom-Json
|
$sources = Get-Content "vendor\sources.json" -Raw | ConvertFrom-Json
|
||||||
$vendorDirs = $sources.PSObject.Properties | ForEach-Object { $_.Name }
|
$vendorDirs = $sources.PSObject.Properties | ForEach-Object { $_.Name }
|
||||||
foreach ($dir in $vendorDirs) {
|
foreach ($dir in $vendorDirs) {
|
||||||
$versionFile = "vendor/$dir/.cmderver"
|
$versionFile = "vendor/$dir/.cmderver"
|
||||||
|
|||||||
Reference in New Issue
Block a user