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 d40710c commit d21470cCopy full SHA for d21470c
.github/workflows/release.yml
@@ -66,11 +66,10 @@ jobs:
66
$pfx_cert_byte = [System.Convert]::FromBase64String("${{ secrets.SIGNING_CERT }}")
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).FullName
+ $path = $path -replace '\\','/'`
71
echo "MSIX_PATH=$path" >> $env:GITHUB_ENV
72
echo "path=$path"
73
- ls $path
74
75
- name: Release
76
uses: softprops/action-gh-release@v1
0 commit comments