Skip to content

Commit c472182

Browse files
committed
ci(actions): fix actions
Signed-off-by: ok-coder1 <codershub.code@gmail.com>
1 parent 3e82477 commit c472182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
path: build/libs/*.jar
6060
if-no-files-found: error
6161

62-
build-java-24:
62+
build-java-24:
6363
name: Build on Java 24
6464
runs-on: ubuntu-latest
6565
steps:

.github/workflows/pr-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Compile client-side Java
4747
run: ./gradlew compileClientJava
4848

49-
compile-java-24:
49+
compile-java-24:
5050
name: Compile on Java 24
5151
runs-on: ubuntu-latest
5252
steps:

0 commit comments

Comments
 (0)