1 parent e952d09 commit c09466cCopy full SHA for c09466c
1 file changed
.github/workflows/installer-ui-smoke.yml
@@ -51,6 +51,12 @@ jobs:
51
shell: pwsh
52
run: pwsh -File desktop/scripts/installer-smoke.ps1 -Exe harness-en.exe -OutDir shots/en
53
54
+ - name: Drive addin installer (无目录展开分支的实跑覆盖)
55
+ shell: pwsh
56
+ # 插件端不开 AWD_UI_DIR_CHOICE,欢迎页少一组控件、安装秒完——点自定义安装
57
+ # 的那一下落在空白处无害,其余流程同款;在 runner 上写 HKCU sideload 键无碍
58
+ run: pwsh -File desktop/scripts/installer-smoke.ps1 -Exe addin-smoke.exe -OutDir shots/addin
59
+
60
- name: Upload screenshots
61
if: always()
62
uses: actions/upload-artifact@v4
0 commit comments