Skip to content

Commit 42fb03d

Browse files
committed
fml
1 parent d21470c commit 42fb03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
[IO.File]::WriteAllBytes("P3Manager\P3Manager_TemporaryKey.pfx", $pfx_cert_byte)
6868
dotnet publish -c ${{ matrix.configuration }}
6969
$path = (Get-ChildItem -r **/P3Manager_*.msix).FullName
70-
$path = $path -replace '\\','/'`
70+
$path = $path -replace '\\','/'
7171
echo "MSIX_PATH=$path" >> $env:GITHUB_ENV
7272
echo "path=$path"
7373

0 commit comments

Comments
 (0)