Skip to content

Commit

Permalink
Update CI action versions, add missing names
Browse files Browse the repository at this point in the history
Integrates changes from #48

Co-Authored-By: Coccocoahelper <[email protected]>
  • Loading branch information
makamys and Coccocoahelper committed Feb 28, 2024
1 parent dcfc273 commit 68f0baf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Checkout repo
uses: actions/[email protected]
with:
fetch-depth: 0
- name: Validate Gradle wrapper
uses: gradle/[email protected]
- name: Set up JDK 1.8
uses: actions/setup-java@v3
uses: actions/setup-java@v4.0.0
with:
distribution: 'temurin'
java-version: 8
Expand All @@ -26,7 +29,8 @@ jobs:
- name: Build with Gradle
run: ./gradlew cleanBuildAll
working-directory: publish
- uses: actions/upload-artifact@v3
- name: Upload a build artifact
uses: actions/[email protected]
with:
name: Package
path: build/libs

0 comments on commit 68f0baf

Please sign in to comment.