Skip to content

Commit b40745c

Browse files
committed
Fix version script
1 parent a89dc6b commit b40745c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-controls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
id: extract_version
5454
shell: pwsh
5555
run: |
56-
$xml = [xml](Get-Content Package.appxmanifest)
56+
$xml = [xml](Get-Content $env:PROJECT_DIR\Package.appxmanifest)
5757
$version = $xml.Package.Identity.Version
5858
Write-Output "Found package version, $version"
5959
echo "::set-output name=version::$version"

0 commit comments

Comments
 (0)