Skip to content

Commit 2d26d2c

Browse files
committed
feat(action): add build sdk manual v3
1 parent 7663f87 commit 2d26d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_sdk_manual.yml renamed to .github/workflows/build_sdk_manual_v3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Manual Build SDK For the Specific Target
1+
name: Manual Build SDK (v3) For the Specific Target
22

33
on:
44
workflow_dispatch:
@@ -30,7 +30,7 @@ on:
3030

3131
jobs:
3232
run:
33-
name: Build ${{ github.ref_name }} SDK For ${{ github.event.inputs.target }}
33+
name: Build ${{ github.ref_name }} SDK (v3) For ${{ github.event.inputs.target }}
3434

3535
runs-on: ubuntu-latest
3636

0 commit comments

Comments
 (0)