Skip to content

Commit

Permalink
Important bug fixes and command list.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbRandy committed Feb 5, 2025
1 parent 4a4ef45 commit 37dbc9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'corretto'
java-version: '21'
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build --full-stacktrace
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/*-release.jar

0 comments on commit 37dbc9d

Please sign in to comment.