Skip to content

Commit

Permalink
tweak release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew6rant authored Jun 23, 2022
1 parent 41ac521 commit b8b4592
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: 17
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: build
run: ./gradlew build
uses: actions/setup-java@v2
with:
distribution: 'adopt-hotspot'
java-version: 17
cache: 'gradle'
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: build
run: ./gradlew build
- uses: Kir-Antipov/[email protected]
with:
curseforge-id: 515415
Expand All @@ -29,4 +31,4 @@ jobs:
github-tag: 3.0.0-1.18.2
loaders: |
fabric
quilt
quilt

0 comments on commit b8b4592

Please sign in to comment.