Update maven.yml

This commit is contained in:
Hax 2019-11-16 21:59:51 +01:00 committed by GitHub
parent 67e8017f68
commit 59a3eee5bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,8 @@ jobs:
java-version: 1.13
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Build Final Jar
run: mvn clean compile assembly:single
- name: Copy folder content recursively to remote
uses: garygrossgarten/github-action-scp@release
with: