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

Commit

Permalink
Update upload-to-release-jar.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjianai committed May 22, 2023
1 parent 3d69b17 commit f768470
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/upload-to-release-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,13 @@ jobs:
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: shadow

- name: 重命名
run: mv ./build/libs/NewBingGoGo-web-1.0-SNAPSHOT-all.jar ./NewBingGoGo-web.jar

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

0 comments on commit f768470

Please sign in to comment.