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

Commit f768470

Browse files
authored
Update upload-to-release-jar.yml
1 parent 3d69b17 commit f768470

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,13 @@ jobs:
3333
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
3434
with:
3535
arguments: shadow
36+
37+
- name: 重命名
38+
run: mv ./build/libs/NewBingGoGo-web-1.0-SNAPSHOT-all.jar ./NewBingGoGo-web.jar
3639

3740
- name: 创建发行版
3841
uses: softprops/action-gh-release@v1
3942
if: startsWith(github.ref, 'refs/tags/')
4043
with:
4144
files: |
42-
./build/libs/NewBingGoGo-web-1.0-SNAPSHOT-all.jar
45+
./NewBingGoGo-web.jar

0 commit comments

Comments
 (0)