Skip to content

Commit d40710c

Browse files
committed
maybe this works?
1 parent 42ce564 commit d40710c

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
Get-ChildItem -r **/P3Manager_*.msix
70-
$path = Get-ChildItem -r **/P3Manager_*.msix
70+
$path = (Get-ChildItem -r **/P3Manager_*.msix).FullName
7171
echo "MSIX_PATH=$path" >> $env:GITHUB_ENV
7272
echo "path=$path"
7373
ls $path

0 commit comments

Comments
 (0)