mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Update .github/workflows/translations-push.yml
Co-authored-by: ebbit1q <ebbit1q@gmail.com>
This commit is contained in:
parent
5051fddf69
commit
aefde9ee13
1 changed files with 1 additions and 1 deletions
2
.github/workflows/translations-push.yml
vendored
2
.github/workflows/translations-push.yml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
FILE="cockatrice/cockatrice_en@source.ts"
|
FILE="cockatrice/cockatrice_en@source.ts"
|
||||||
DIRS="cockatrice/src $(find . -maxdepth 1 -type d -name 'libcockatrice_*')"
|
export DIRS="cockatrice/src $(find . -maxdepth 1 -type d -name 'libcockatrice_*')"
|
||||||
FILE="$FILE" DIRS="$DIRS" .ci/update_translation_source_strings.sh
|
FILE="$FILE" DIRS="$DIRS" .ci/update_translation_source_strings.sh
|
||||||
|
|
||||||
- name: Update Oracle translation source
|
- name: Update Oracle translation source
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue