1 parent c1937ce commit f8baa47Copy full SHA for f8baa47
1 file changed
.github/workflows/build.yml
@@ -73,12 +73,11 @@ jobs:
73
with:
74
path: artifacts
75
76
- # draft:true = 人工复核后再在 GitHub UI 点 Publish。
77
- # 未 Publish 前 electron-updater 看不到版本(会走「暂无已发布版本」静默路径),属预期。
+ # 自动发布:CI 构建完成后直接公开 release,electron-updater 立即可见。
78
- name: Create GitHub Release
79
uses: ncipollo/release-action@v1
80
81
- draft: true
+ draft: false
82
generateReleaseNotes: true
83
artifacts: |
84
artifacts/**/*.dmg
0 commit comments