🎨 Style(custom): only upload installer in action

This commit is contained in:
Kuingsmile
2025-08-13 17:54:00 +08:00
parent 7f37dd2e05
commit 68cf0bc91c

View File

@@ -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