Skip to content

Commit

Permalink
add creation of l10n directory
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterWone committed Mar 9, 2024
1 parent d6e3d32 commit c285817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Extract localisable strings from app
run: |
pwd & npx @vscode/l10n-dev export --outDir ./l10n ./src & ls ./l10n
pwd & mkdir ./l10n & npx @vscode/l10n-dev export --outDir ./l10n ./src & ls ./l10n
- name: Translate app strings
run: |
Expand Down

0 comments on commit c285817

Please sign in to comment.