File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 19
19
java-version : 21
20
20
- name : Setup Gradle
21
21
uses : gradle/actions/setup-gradle@v3
22
+ - name : Build
23
+ run : ./gradlew build
22
24
- name : Artifact
23
25
uses : actions/upload-artifact@v3
24
26
with :
Original file line number Diff line number Diff line change 20
20
" @semantic-release/changelog" ,
21
21
[" @semantic-release/github" , {
22
22
"assets" : [
23
- {"path" : " dist/semantic-release" , "name" : " semantic-release-linux-amd64-${nextRelease.version}" },
24
- {"path" : " dist/semantic-release.exe" , "name" : " semantic-release-windows-amd64-${nextRelease.version}.exe" },
25
- {"path" : " dist/semantic-release-full" , "name" : " semantic-release-full-linux-amd64-${nextRelease.version}" },
26
- {"path" : " dist/semantic-release-full.exe" , "name" : " semantic-release-full-windows-amd64-${nextRelease.version}.exe" }
23
+ {"path" : " dist/app.jar" , "name" : " rm-monitor-${nextRelease.version}.jar" }
27
24
]
28
25
}]
29
26
]
You can’t perform that action at this time.
0 commit comments