Skip to content

Commit

Permalink
maybe this?
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberSteve777 committed Dec 28, 2024
1 parent ef633ba commit 1df6e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup_translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Process Translation
run: |
for version in $(ls raw); do
for language in $(ls raw/$(version)); do
for language in $(ls raw/$version); do
# Android
echo $version
echo $language
Expand Down

0 comments on commit 1df6e76

Please sign in to comment.