From 33601eba015b972290f80116a0ceddf630a62ad9 Mon Sep 17 00:00:00 2001 From: Stefan Vukovic Date: Fri, 19 Jul 2024 22:40:46 +0200 Subject: [PATCH] echo and fix --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea73ecd..91b2e2f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -142,7 +142,8 @@ jobs: - name: Download IPA dicts run: | - mapfile -t iso_array < <(echo "$isos" | jq -r '.[]') + echo "${{needs.prepare.outputs.isos}}" + mapfile -t iso_array < <(echo "${{needs.prepare.outputs.isos}}" | jq -r '.[]') supported_editions="de en es fr ru zh" for source_iso in "${iso_array[@]}"; do for target_iso in "${iso_array[@]}"; do