actions #71

Merged
greg6775 merged 18 commits from master into greg-dev 2019-11-16 22:46:56 +01:00
Showing only changes of commit 59a3eee5bf - Show all commits

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: