feat(ds-flow): 前端设计系统治理重构(Flutter 五端 + Web 两端) #2
@@ -147,8 +147,12 @@ jobs:
|
|||||||
# No artifact upload — compile-ios.sh uploads straight to TestFlight via
|
# No artifact upload — compile-ios.sh uploads straight to TestFlight via
|
||||||
# altool (matches jiu); nothing is produced under dist/ for this job.
|
# altool (matches jiu); nothing is produced under dist/ for this job.
|
||||||
|
|
||||||
|
# release-deploy 只 needs build-android(唯一稳定可用的平台 floor)。windows/macos/ios
|
||||||
|
# best-effort:各自 runner+secret 就绪则上传 artifact,release-deploy flatten 收
|
||||||
|
# dist-raw/ 里"当时存在"的产物。windows 机离线 / Apple secret 未配 都不阻塞发版
|
||||||
|
# (对应平台下载保留 pangolin1 上一版,待可用时下个 client-v* 追上)。
|
||||||
release-deploy:
|
release-deploy:
|
||||||
needs: [build-android, build-windows]
|
needs: [build-android]
|
||||||
runs-on: mac
|
runs-on: mac
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
Reference in New Issue
Block a user