You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Enable manual release triggering and update existing releases (启用手动触发发布并更新现有发布)
- Added `workflow_dispatch` trigger for manual release creation/update (添加 `workflow_dispatch` 触发器以手动创建/更新发布)
- Added inputs for specifying tag name and release ID for manual triggers (为手动触发器添加了用于指定标签名称和发布 ID 的输入)
- Updated release creation/update logic to handle both automatic and manual triggers (更新了发布创建/更新逻辑以处理自动和手动触发器)
- Added `update_release` job to upload artifacts to existing releases when triggered manually (添加了 `update_release` 作业,以便在手动触发时将工件上传到现有版本)
- Modified `create_release` job to only run when triggered automatically or when creating a new release manually (修改了 `create_release` 作业,使其仅在自动触发或手动创建新版本时运行)
- Set `base-href` in `flutter build web` command to root `/` (将 `flutter build web` 命令中的 `base-href` 设置为根目录 `/`)
- Added environment variables to determine trigger type and release information (添加了环境变量以确定触发类型和发布信息)
- Added if condition to conditionally execute `create_release` and `update_release` jobs (添加了 if 条件以有条件地执行 `create_release` 和 `update_release` 作业)
0 commit comments