mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-07 05:02:43 +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:
|
with:
|
||||||
name: windows-arm64-executables
|
name: windows-arm64-executables
|
||||||
path: |
|
path: |
|
||||||
dist_electron/*
|
dist_electron/*.exe
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
@@ -143,7 +143,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: macos-packages
|
name: macos-packages
|
||||||
path: |
|
path: |
|
||||||
dist_electron/*
|
dist_electron/*.dmg
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
@@ -153,7 +153,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: linux-packages
|
name: linux-packages
|
||||||
path: |
|
path: |
|
||||||
dist_electron/*
|
dist_electron/*.AppImage
|
||||||
|
dist_electron/*.snap
|
||||||
retention-days: 30
|
retention-days: 30
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user