From c9766e2fef5c9daf97f949ecc574dbee54d01e7b Mon Sep 17 00:00:00 2001 From: jliddev Date: Fri, 31 Jul 2020 13:41:28 -0500 Subject: [PATCH] Update dotnet-core-desktop.yml --- .github/workflows/dotnet-core-desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core-desktop.yml b/.github/workflows/dotnet-core-desktop.yml index 34ab5981..0db4785e 100644 --- a/.github/workflows/dotnet-core-desktop.yml +++ b/.github/workflows/dotnet-core-desktop.yml @@ -110,7 +110,7 @@ jobs: run: dir ./WowUp.WPF/bin/Release/netcoreapp3.1/win-x64/publish - name: Test PS - run: 'Get-Content ${env:Wap_Project_Directory}/Assets/changelog.json | ConvertFrom-Json -AsHashtable' + run: '$changelogJson = Get-Content ${env:Wap_Project_Directory}/Assets/changelog.json | ConvertFrom-Json; echo $changelogJson[0]' shell: pwsh # Remove the pfx