Prechádzať zdrojové kódy

修改构建h5的脚本

dengdx 1 mesiac pred
rodič
commit
ed47df1d00

+ 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