Skip to content

Commit 55eebae

Browse files
authored
Optimize buildname
1 parent 5f4a9d4 commit 55eebae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build SukiSU Ultra OnePlus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ on:
8989
default: ""
9090
FAST_BUILD:
9191
type: boolean
92-
description: "是否使用极速构建"
92+
description: "是否启用极速构建"
9393
required: true
9494
default: true
9595
VFS:
@@ -105,7 +105,7 @@ on:
105105

106106
jobs:
107107
build:
108-
name: For ${{ github.event.inputs.FEIL }} ${{ github.event.inputs.KERNEL_VERSION }} ${{ github.event.inputs.BUILD_METHOD }} ${{ github.event.inputs.SUFFIX }}
108+
name: ${{ github.event.inputs.FAST_BUILD == 'true' && ' [FAST]' || '' }} For ${{ github.event.inputs.FEIL }} ${{ github.event.inputs.KERNEL_VERSION }} ${{ github.event.inputs.BUILD_METHOD }} ${{ github.event.inputs.SUFFIX }}
109109
runs-on: ubuntu-latest
110110
env:
111111
CCACHE_COMPILERCHECK: "%compiler% -dumpmachine; %compiler% -dumpversion"

0 commit comments

Comments
 (0)