Skip to content

Commit

Permalink
try printf
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Jul 19, 2024
1 parent d922e09 commit 9cae819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ jobs:

- name: Download IPA dicts
run: |
echo "${{fromJson(needs.prepare.outputs.isos)}}"
mapfile -t iso_array < <(echo "${{fromJson(needs.prepare.outputs.isos)}}" | jq -r '.[]')
printf '%s' '${{needs.prepare.outputs.isos}}'
mapfile -t iso_array < <(printf '%s' '${{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 9cae819

Please sign in to comment.