mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-19 19:04:23 +08:00
ci(workflows): 简化构建产物的发布路径模式
将特定平台的构建产物路径模式统一简化为通用的 `artifacts/**/*` 格式,减少维护成本并提高灵活性
This commit is contained in:
@@ -289,11 +289,11 @@ jobs:
|
||||
draft: True
|
||||
prerelease: ${{ contains(needs.parse.outputs.version, '-') }}
|
||||
files: |
|
||||
artifacts/dist-win/**/*.msi
|
||||
artifacts/dist-win/**/*.exe
|
||||
artifacts/dist-mac/**/*.dmg
|
||||
artifacts/dist-mac/**/*.app.tar.gz
|
||||
artifacts/dist-linux/**/*.deb
|
||||
artifacts/dist-linux/**/*.rpm
|
||||
artifacts/dist-linux/**/*.AppImage
|
||||
artifacts/dist-android/**/*.apk
|
||||
artifacts/**/*.msi
|
||||
artifacts/**/*.exe
|
||||
artifacts/**/*.dmg
|
||||
artifacts/**/*.app.tar.gz
|
||||
artifacts/**/*.deb
|
||||
artifacts/**/*.rpm
|
||||
artifacts/**/*.AppImage
|
||||
artifacts/**/*.apk
|
||||
|
||||
Reference in New Issue
Block a user