Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKrotos authored Feb 21, 2024
1 parent e274ff1 commit ca1521c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
run: |
$repoName = "${{ github.repository }}".Split('/')[1]
$doc = New-Object xml
$doc.Load((Convert-Path 'D:\a\$repoName\$repoName\VK UI3 (Package)\Package.appxmanifest'))
$doc.Load((Convert-Path "D:\a\$repoName\$repoName\VK UI3 (Package)\Package.appxmanifest"))
$nsManager = New-Object System.Xml.XmlNamespaceManager($doc.NameTable)
$nsManager.AddNamespace('default', 'http://schemas.microsoft.com/appx/manifest/foundation/windows10')
$version = $doc.SelectSingleNode('//default:Identity', $nsManager).Version
Expand Down

0 comments on commit ca1521c

Please sign in to comment.