Skip to content

Commit d66163a

Browse files
authored
ci: Upload diagnostic in case of translation error
1 parent 5c68d51 commit d66163a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sync_crowdin.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ jobs:
5858
dart run slang
5959
dart analyze lib/gen/strings.g.dart
6060
61+
- name: Upload generated translation strings for diagnostic purposes
62+
uses: actions/upload-artifact@v4
63+
with:
64+
path: lib/gen/strings.g.dart
65+
6166
- name: Commit translations
6267
run: |
6368
git config user.name revanced-bot

0 commit comments

Comments
 (0)