Skip to content

Commit

Permalink
Update build-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiyou06 committed Jul 20, 2024
1 parent 0bf5e28 commit f539a95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: 21
- name: Initialize caches
uses: actions/cache@v3
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Gradle deez
uses: gradle/actions/setup-gradle@v3
- name: Build artifacts
run: ./gradlew clean build
run: ./gradlew build
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f539a95

Please sign in to comment.