We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7646f6a commit c835a41Copy full SHA for c835a41
1 file changed
.github/workflows/build.yml
@@ -6,9 +6,9 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
10
- name: Set up JDK 21
11
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
12
with:
13
distribution: 'temurin'
14
java-version: 21
@@ -19,8 +19,7 @@ jobs:
19
run: ./gradlew build
20
- uses: actions/upload-artifact@v4
21
22
- name: Artifact
23
- path: ./build/libs/*.jar
+ path: ./build/libs/
24
- name: Publish to maven
25
if: contains(github.event.head_commit.message, '[push]') || contains(github.event.head_commit.message, '[build]')
26
env:
0 commit comments