Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/Beta Build.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
name: 手动Beta构建
on:
workflow_dispatch:
inputs:
branch:
description: 分支名称
required: true
type: string
default: develop
jobs:
build:
name: 触发 Beta Build
permissions:
contents: write
uses: ./.github/workflows/Build.yml
with:
branch: ${{ inputs.branch }}
branch: ${{ github.ref_name }}
build_mode: "beta"
Loading