Skip to content

Commit

Permalink
Update Github workflow (Iridium-Development#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlsf authored and SoKnight committed Mar 31, 2022
1 parent f756b0e commit f9949e1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.commits[0].message, '[ci-skip]')"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.0.0
- uses: gradle/wrapper-validation-action@v1
- name: Set up JDK 16
uses: actions/setup-java@v2
- name: Set up JDK 17
uses: actions/setup-java@v3.0.0
with:
distribution: temurin
java-version: 16
java-version: 17
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
Expand All @@ -24,7 +24,8 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Upload artifacts
uses: "actions/upload-artifact@v2.2.3"
uses: "actions/upload-artifact@v3.0.0"
with:
name: "IridiumSkyblock"
path: "build/libs/IridiumSkyblock-*.jar"
retention-days: 90

0 comments on commit f9949e1

Please sign in to comment.