Skip to content

Commit

Permalink
echo and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Jul 19, 2024
1 parent 7fc134d commit 33601eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33601eb

Please sign in to comment.