Browse Source

Update winget.yml

master
Dmitry Nefedov 5 days ago
committed by GitHub
parent
commit
d2d47c7674
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/winget.yml

2
.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

Loading…
Cancel
Save