Skip to content

Commit c652d19

Browse files
authored
ci: Move Nuke script to after normalisation
1 parent 632b950 commit c652d19

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/sync_crowdin.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,16 @@ jobs:
6060
dart run slang clean
6161
dart run slang normalize
6262
63+
cd assets/i18n
64+
dart nuke.dart >> $GITHUB_STEP_SUMMARY
65+
cd ../..
66+
6367
dart run slang
6468
6569
flutter analyze lib/gen/strings.g.dart --no-fatal-infos --no-fatal-warnings
6670
6771
- name: Commit translations
6872
run: |
69-
cd assets/i18n
70-
dart nuke.dart >> $GITHUB_STEP_SUMMARY
71-
cd ../..
72-
7373
git config user.name revanced-bot
7474
git config user.email [email protected]
7575
sudo chown -R $USER:$USER .git

0 commit comments

Comments
 (0)