Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Slexom authored Dec 9, 2023
1 parent c67317f commit 865c764
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ permissions:
contents: read

jobs:
build:
build-forge:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
Expand All @@ -32,3 +32,8 @@ jobs:
uses: gradle/gradle-build-action@bd5760595778326ba7f1441bcf7e88b49de61a25 # v2.6.0
with:
arguments: forge:build
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: Builds
path: forge/build/libs

0 comments on commit 865c764

Please sign in to comment.