修复一下

This commit is contained in:
rang 2025-10-25 17:22:39 +08:00
parent 41ade02ace
commit debba61cad
4 changed files with 16 additions and 27 deletions

View file

@ -195,7 +195,7 @@ jobs:
dist/*/*.zip
build_ios_macos:
# needs: test
needs: test
runs-on: macos-latest
permissions:
contents: write

View file

@ -5,6 +5,7 @@ on:
workflow_dispatch:
inputs:
bump_type:
# 版本碰撞类型(补丁、次要、主要)
description: "Type of version bump (patch, minor, major)"
required: true
type: choice