|
@@ -109,14 +109,6 @@ jobs:
|
|
|
restore-keys: |
|
|
|
h5-build-${{ runner.os }}-
|
|
|
|
|
|
- - name: 显示缓存状态
|
|
|
- run: |
|
|
|
- if [ "${{ steps.cache-h5-build.outputs.cache-hit }}" == "true" ]; then
|
|
|
- echo "✅ H5 构建缓存命中,跳过构建"
|
|
|
- else
|
|
|
- echo "❌ H5 构建缓存未命中,需要重新构建"
|
|
|
- fi
|
|
|
-
|
|
|
- name: 构建h5
|
|
|
if: steps.cache-h5-build.outputs.cache-hit != 'true'
|
|
|
run: node .build/h5_for_production.js
|