From 4a762bf691ba83c01e16128809ac70b47931c9f1 Mon Sep 17 00:00:00 2001 From: Bonjour LI <33248848+bonjour-py@users.noreply.github.com> Date: Sun, 12 Apr 2026 15:32:08 +0800 Subject: [PATCH] Refactor and Optimize CI Workflow (Added input option value annotations for clarity.) --- .github/workflows/package-zip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package-zip.yml b/.github/workflows/package-zip.yml index 4cab38bb..de89a5ce 100644 --- a/.github/workflows/package-zip.yml +++ b/.github/workflows/package-zip.yml @@ -6,7 +6,7 @@ on: release_tag: required: true type: string - target: + target: # windows linux macos windows-desktop required: true type: string