Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matsu1213 committed Jul 30, 2024
1 parent 0c9fc94 commit d36aa49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
java-version: "8"
java-version: "17"
distribution: "adopt"
cache: "maven"

Expand Down Expand Up @@ -57,4 +57,4 @@ jobs:
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.0
with:
path: /home/runner/work/LeonGunWar/LeonGunWar/target/
path: /home/runner/work/LeonGunWar/LeonGunWar/target/

0 comments on commit d36aa49

Please sign in to comment.