mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
🎨 Style(custom): only upload installer in action
This commit is contained in:
7
.github/workflows/test-build.yml
vendored
7
.github/workflows/test-build.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user