Browse Source

修改构建h5的脚本

dengdx 2 days ago
parent
commit
ed47df1d00
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/build-linux-arm-appimage.yml

+ 2 - 1
.github/workflows/build-linux-arm-appimage.yml

@@ -94,8 +94,9 @@ jobs:
 
       - name: 安装依赖
         run: npm install --force --registry=https://registry.npmmirror.com/
+        
       - name: 构建h5
-        run: npm run h5_for_production
+        run: node .build/h5_for_production.js
 
       - name: Set up JDK 17
         uses: actions/setup-java@v4