Update maven.yml

This commit is contained in:
SeanOMik 2021-07-08 18:31:00 -04:00 committed by GitHub
parent 3d49fce3f6
commit 32a0ba8c1a
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=./finished.jar
run: mvn -B install --file pom.xml -Doutput=${project.build.directory}/TamableFoxes_v${project.parent.version}.jar
- name: Build with Maven
run: mvn -B package --file pom.xml -Doutput=./finished.jar
run: mvn -B package --file pom.xml -Doutput=${project.build.directory}/TamableFoxes_v${project.parent.version}.jar