From 552772391c82dcd853a8ec7cecbc26b50156c7e7 Mon Sep 17 00:00:00 2001 From: lucky9loogn Date: Thu, 26 Dec 2024 23:23:34 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E4=BF=AE=E5=A4=8D=20GitHub=20Action?= =?UTF-8?q?=20=E6=89=93=E5=8C=85=E7=9A=84=20AppImage=20=E8=AF=AD=E8=A8=80?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ubuntu.yml | 5 +++++ 1 file changed, 5 insertions(+) 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