Skip to content

Commit d21470c

Browse files
committed
1 parent d40710c commit d21470c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,10 @@ jobs:
6666
$pfx_cert_byte = [System.Convert]::FromBase64String("${{ secrets.SIGNING_CERT }}")
6767
[IO.File]::WriteAllBytes("P3Manager\P3Manager_TemporaryKey.pfx", $pfx_cert_byte)
6868
dotnet publish -c ${{ matrix.configuration }}
69-
Get-ChildItem -r **/P3Manager_*.msix
7069
$path = (Get-ChildItem -r **/P3Manager_*.msix).FullName
70+
$path = $path -replace '\\','/'`
7171
echo "MSIX_PATH=$path" >> $env:GITHUB_ENV
7272
echo "path=$path"
73-
ls $path
7473
7574
- name: Release
7675
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)