Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 34c84bc

Browse files
authored
Update upload-to-release-jar.yml
1 parent f768470 commit 34c84bc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/upload-to-release-jar.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616
- "*.*.*.*"
1717

1818
jobs:
19-
build:
20-
name: 构建并发布
19+
build-jar:
20+
name: 构建jar包并发布
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name : 检查
@@ -43,3 +43,6 @@ jobs:
4343
with:
4444
files: |
4545
./NewBingGoGo-web.jar
46+
47+
48+

0 commit comments

Comments
 (0)