Skip to content

Commit aa29ecb

Browse files
OlyOly
authored andcommitted
fix naming
1 parent f7c43f0 commit aa29ecb

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/buildBinaries.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
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

103
on:
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:

0 commit comments

Comments
 (0)