mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-01-22 11:54:34 +08:00
fix(ci): 修复 GitHub Action 打包的 AppImage 语言切换无效
This commit is contained in:
parent
1beb900455
commit
552772391c
5
.github/workflows/ubuntu.yml
vendored
5
.github/workflows/ubuntu.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user