File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 1- # This workflow uses actions that are not certified by GitHub.
2- # They are provided by a third-party and are governed by
3- # separate terms of service, privacy policy, and support
4- # documentation.
5- # This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time
6- # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle
7-
8- name : Java CI with Gradle
1+ name : Build Binaries
92
103on :
114 push :
@@ -36,15 +29,15 @@ jobs:
3629
3730 - name : Upload Build Artifacts
3831 uses : actions/upload-artifact@v4
39- with : { path: build/libs/* , name: "kt-encabulator-jvm.jar " }
32+ with : { path: build/libs/* , name: "kt-encabulator-jvm" }
4033
4134 build-native :
4235 runs-on : ${{ matrix.os }}
4336
4437 strategy :
4538 matrix :
4639 include :
47- - { os: "windows-latest", suffix: "-win.exe "}
40+ - { os: "windows-latest", suffix: "-win"}
4841 - { os: "ubuntu-latest", suffix: "-linux" }
4942
5043 steps :
You can’t perform that action at this time.
0 commit comments