Merge pull request #1 from shumengya/cursor/fix-github-actions-build-b4e4

fix(ci): 修复 GitHub Actions 构建失败
This commit is contained in:
2026-05-28 09:58:33 +08:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ jobs:
cache: npm
- name: Install dependencies
run: npm ci
run: npm ci --workspace=template --include-workspace-root
- name: Prepare template
run: node .github/scripts/prepare-template.mjs
@@ -88,7 +88,7 @@ jobs:
cache: npm
- name: Install dependencies
run: npm ci
run: npm ci --workspace=template --include-workspace-root
- name: Prepare template
run: node .github/scripts/prepare-template.mjs
@@ -125,7 +125,7 @@ jobs:
- name: Sign Android APK
run: |
bash .github/scripts/setup-android-signing.sh
source .github/scripts/setup-android-signing.sh
bash .github/scripts/sign-android-apk.sh
env:
ANDROID_KEYSTORE_BASE64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}