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 d21470c commit 42fb03dCopy full SHA for 42fb03d
.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
$path = (Get-ChildItem -r **/P3Manager_*.msix).FullName
70
- $path = $path -replace '\\','/'`
+ $path = $path -replace '\\','/'
71
echo "MSIX_PATH=$path" >> $env:GITHUB_ENV
72
echo "path=$path"
73
0 commit comments