Skip to content

Commit 5f56d84

Browse files
committed
.
1 parent 2444eae commit 5f56d84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- name: Build with Gradle
2323
run: gradle build
2424
- name: Rename relase
25-
run: mv ./build/libs/minemoji-1.03-all.jar ./minemoji-1.03.jar
25+
run: mv ./build/libs/minemoji-*-all.jar ./minemoji.jar
2626
- name: Release
2727
uses: softprops/action-gh-release@v2
2828
with:
29-
files: minemoji-*.jar
29+
files: minemoji.jar
3030

0 commit comments

Comments
 (0)