Dmitry Nefedov
5 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/winget.yml
|
|
@ -14,7 +14,7 @@ jobs: |
|
|
|
- name: Preparation |
|
|
|
run: | |
|
|
|
# Get local uploaded manifest version of the package |
|
|
|
$String = Get-Content -Path "WinGet_Manifests\TeamSophia.SophiaScript.yaml" | Where-Object -FilterScript {$_ -match "ManifestVersion"} |
|
|
|
$String = Get-Content -Path "Scripts\WinGet_Manifests\TeamSophia.SophiaScript.yaml" | Where-Object -FilterScript {$_ -match "ManifestVersion"} |
|
|
|
$LocalManifest = $String -split " " | Select-Object -Last 1 |
|
|
|
|
|
|
|
# Get latest supported manifest version provided |
|
|
|