From 68cf0bc91c588a560ea0a11abfb35e28026dc2f4 Mon Sep 17 00:00:00 2001 From: Kuingsmile <96409857+Kuingsmile@users.noreply.github.com> Date: Wed, 13 Aug 2025 17:54:00 +0800 Subject: [PATCH] :art: Style(custom): only upload installer in action --- .github/workflows/test-build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 3ce41b41..06a0291b 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -133,7 +133,7 @@ jobs: with: name: windows-arm64-executables path: | - dist_electron/* + dist_electron/*.exe retention-days: 30 if-no-files-found: error @@ -143,7 +143,7 @@ jobs: with: name: macos-packages path: | - dist_electron/* + dist_electron/*.dmg retention-days: 30 if-no-files-found: error @@ -153,7 +153,8 @@ jobs: with: name: linux-packages path: | - dist_electron/* + dist_electron/*.AppImage + dist_electron/*.snap retention-days: 30 if-no-files-found: ignore