We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2444eae commit 5f56d84Copy full SHA for 5f56d84
.github/workflows/build-release.yml
@@ -22,9 +22,9 @@ jobs:
22
- name: Build with Gradle
23
run: gradle build
24
- name: Rename relase
25
- run: mv ./build/libs/minemoji-1.03-all.jar ./minemoji-1.03.jar
+ run: mv ./build/libs/minemoji-*-all.jar ./minemoji.jar
26
- name: Release
27
uses: softprops/action-gh-release@v2
28
with:
29
- files: minemoji-*.jar
+ files: minemoji.jar
30
0 commit comments