修复构建脚本

This commit is contained in:
xxnuo
2025-07-21 20:59:46 +08:00
parent c7f2aa1b82
commit 2b852dab33
2 changed files with 3 additions and 3 deletions

View File

@@ -95,7 +95,7 @@ jobs:
labels: ${{ steps.meta-zh.outputs.labels }}
build-args: |
PRELOAD_SRC_LANG=zh-Hans
PRELOAD_TARGET_LANG=en
PRELOAD_TARGET_LANG=zh-Hans
cache-from: type=gha
cache-to: type=gha,mode=max
@@ -124,6 +124,6 @@ jobs:
labels: ${{ steps.meta-ja.outputs.labels }}
build-args: |
PRELOAD_SRC_LANG=ja
PRELOAD_TARGET_LANG=en
PRELOAD_TARGET_LANG=ja
cache-from: type=gha
cache-to: type=gha,mode=max