Skip to content

Commit

Permalink
Fix version script
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter authored Dec 17, 2024
1 parent c9e3e6b commit 35f5fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-controls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
id: extract_version
shell: pwsh
run: |
$xml = [xml](Get-Content Package.appxmanifest)
$xml = [xml](Get-Content $env:PROJECT_DIR\Package.appxmanifest)
$version = $xml.Package.Identity.Version
Write-Output "Found package version, $version"
echo "::set-output name=version::$version"
Expand Down

0 comments on commit 35f5fea

Please sign in to comment.