From b7dcb38b8a8f77020bcb17f32d88f3eb464a8448 Mon Sep 17 00:00:00 2001 From: Fox_block Date: Tue, 27 Jan 2026 10:36:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c1040f..17c258d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -227,4 +227,7 @@ jobs: draft: True prerelease: ${{ contains(needs.parse.outputs.version, '-') }} files: | - artifacts/**/* + artifacts/**/*.zip + artifacts/**/*.dmg + artifacts/**/*.AppImage + artifacts/**/*.deb