Skip to content

Commit

Permalink
Fix path and remove unused step
Browse files Browse the repository at this point in the history
  • Loading branch information
lkiesow committed May 28, 2024
1 parent 48c5a42 commit 3aef8bd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/crowdin-download-translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,7 @@ jobs:
- name: add new translations
run: |
git add /src/i18n/org/opencastproject/adminui/languages/
- name: update language list
working-directory: /src/i18n/org/opencastproject/adminui/languages/
run: |
echo -n '[ "' > locales.json
echo -n ??-??.json | sed 's/ */", "/g' >> locales.json
echo '" ]' >> locales.json
git add src/i18n/org/opencastproject/adminui/languages/
- name: upload translations
run: |
Expand Down

0 comments on commit 3aef8bd

Please sign in to comment.