Skip to content

Commit

Permalink
fix workflow script
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberSteve777 committed Dec 28, 2024
1 parent c419c16 commit e1dfdd6
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 $(version)); do
# Android
android_input="raw/$version/$language/android_file.txt"
android_res_release="translation/$version/$language/ad/res_release"
Expand Down

0 comments on commit e1dfdd6

Please sign in to comment.