Skip to content

Commit

Permalink
probably fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberSteve777 committed Dec 28, 2024
1 parent d21eef8 commit ef633ba
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 $(version)); do
for language in $(ls raw/$(version)); do
# Android
echo $version
echo $language
Expand Down

0 comments on commit ef633ba

Please sign in to comment.