Ver código fonte

修改构建h5的脚本

dengdx 1 mês atrás
pai
commit
ed47df1d00
1 arquivos alterados com 2 adições e 1 exclusões
  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