diff --git a/.github/workflows/translation.yml b/.github/workflows/translation.yml index 049840bf70..54ca6e9ce0 100644 --- a/.github/workflows/translation.yml +++ b/.github/workflows/translation.yml @@ -26,7 +26,7 @@ jobs: set -x find -name messages.pot messages_pot=$(find -name messages.pot) - for x in $(find {{ github.workspace }}/psychopy/app/locale -type d); do + for x in $(find ./psychopy/app/locale -type d); do pybabel update --input-file="$messages_pot" --output-dir="${x}/"; done