diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 59d29183..044a4314 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -69,6 +69,11 @@ jobs: - name: Check if svg file exists run: if [ ! -f "${targetName}.svg" ]; then echo "File not found, creating..."; touch ${targetName}.svg; fi + - name: Copy translation files + run: | + mkdir -p bin/release/usr/bin/ + cp -r bin/Release/i18n/ bin/release/usr/bin/i18n/ + - name: package run: | # make sure Qt plugin finds QML sources so it can deploy the imported files