Skip to content

Commit

Permalink
fix mb
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanVukovic99 committed Jul 20, 2024
1 parent b5cdce5 commit 8a8dacc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
- name: Load Languages
id: load-languages
run: |
languages=$(jq -r '.[].language' languages.json | jq -R -s -c 'split("\n") | map(select(. != ""))')
echo "languages=$languages" >> $GITHUB_OUTPUT
languages=$(jq '[.[] | select(.hasEdition) | .language]' languages.json) echo "languages=$languages" >> $GITHUB_OUTPUT
isos=$(jq -r '.[].iso' languages.json | jq -R -s -c 'split("\n") | map(select(. != ""))')
echo "isos=$isos" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -156,7 +155,6 @@ jobs:
continue
fi
url="https://github.com/themoeway/kaikki-to-yomitan/releases/download/${{needs.prepare.outputs.tag}}/kty-${source_iso}-${target_iso}-ipa.zip"
wget -nv "$url"
curl -s -O "$url" || echo "Skipping $url due to an error."
done
done
Expand Down

0 comments on commit 8a8dacc

Please sign in to comment.