Skip to content

Commit

Permalink
ci: Upload diagnostic in case of translation error
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Jun 24, 2024
1 parent 5c68d51 commit d66163a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sync_crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ jobs:
dart run slang
dart analyze lib/gen/strings.g.dart
- name: Upload generated translation strings for diagnostic purposes
uses: actions/upload-artifact@v4
with:
path: lib/gen/strings.g.dart

- name: Commit translations
run: |
git config user.name revanced-bot
Expand Down

0 comments on commit d66163a

Please sign in to comment.