Skip to content

Commit

Permalink
nvm I forgor to set up maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Gcat101 committed Feb 20, 2024
1 parent f37240d commit 07d8fb0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/updateMaven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@ jobs:
if: github.event.release.tag_name!=null && (!startsWith(github.event.release.tag_name, 'M(') || endsWith(github.event.release.tag_name, 'b)'))
run: exit 0

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '8'
cache: 'maven'
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 6.6.10

- name: Download the patched jar
uses: actions/download-artifact@master
with:
Expand Down

0 comments on commit 07d8fb0

Please sign in to comment.