Update maven.yml

This commit is contained in:
SeanOMik 2021-07-08 18:46:15 -04:00 committed by GitHub
parent 9a148b3022
commit 9225e0121b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@ jobs:
java-version: '16'
distribution: 'adopt'
- name: Install with Maven
run: mvn -B install --file pom.xml -Doutput=${project.build.directory}/TamableFoxes_v${project.parent.version}.jar
run: mvn -B install --file pom.xml
- name: Build with Maven
run: mvn -B package --file pom.xml -Doutput=${project.build.directory}/TamableFoxes_v${project.parent.version}.jar
run: mvn -B package --file pom.xml