We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ce564 commit d40710cCopy full SHA for d40710c
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
[IO.File]::WriteAllBytes("P3Manager\P3Manager_TemporaryKey.pfx", $pfx_cert_byte)
68
dotnet publish -c ${{ matrix.configuration }}
69
Get-ChildItem -r **/P3Manager_*.msix
70
- $path = Get-ChildItem -r **/P3Manager_*.msix
+ $path = (Get-ChildItem -r **/P3Manager_*.msix).FullName
71
echo "MSIX_PATH=$path" >> $env:GITHUB_ENV
72
echo "path=$path"
73
ls $path
0 commit comments