Update maven.yml
This commit is contained in:
parent
3d49fce3f6
commit
32a0ba8c1a
|
@ -23,6 +23,6 @@ jobs:
|
||||||
java-version: '16'
|
java-version: '16'
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
- name: Install with Maven
|
- 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
|
- 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
|
||||||
|
|
Loading…
Reference in New Issue