From 4a3b2c4ff42162e7cb7c3176e1d0c000e9d43fd9 Mon Sep 17 00:00:00 2001 From: kekkon Date: Fri, 22 Mar 2024 01:12:14 +0100 Subject: [PATCH] fix: Another attempt at fixing build step --- .github/workflows/main.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6d29128..9f4e0de 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -67,10 +67,8 @@ jobs: - name: Build shell: pwsh env: - VERSION_MANIFEST: ${{ needs.plan.outputs.versionManifest }} + VERSION_MANIFEST: ${{ fromJson(needs.plan.outputs.versionManifest) }} run: | - Write-Output "::debug::Encoded version manifest: $env:VERSION_MANIFEST" - $versionManifest = $env:VERSION_MANIFEST | ConvertFrom-Json Write-Output "::debug::Decoded version manifest: $versionManifest" $versionManifest = $versionManifest | ConvertFrom-Json -AsHashTable foreach ($app in $versionManifest.GetEnumerator()) {