From 94de5560c66148a11725979df7beed0ed66d8ab7 Mon Sep 17 00:00:00 2001 From: maigamo <13341529504@163.com> Date: Mon, 23 Jun 2025 16:14:14 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a6a1f0e..b36dd70 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,6 @@ jobs: - name: Check output files run: | - test -f main.js || (echo "❌ main.js not found after build" && exit 1) test -f manifest.json || (echo "❌ manifest.json not found" && exit 1) - name: Enforce commit message format (push only)