Skip to content

Commit

Permalink
Merge pull request #271 from PrisonTeam/rbluer-patch-4
Browse files Browse the repository at this point in the history
Update github's actions for prison's internal build process when committing to github: gradle.yml
  • Loading branch information
rbluer authored Sep 15, 2024
2 parents c296518 + c39cd56 commit ea4f4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
Expand All @@ -19,7 +19,7 @@ jobs:
run: ./gradlew build

- name: Upload Jar
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Prison
path: prison-spigot/build/libs/

0 comments on commit ea4f4f4

Please sign in to comment.