From 59a3eee5bf761816c6adb991d5f8ce62747cb7e1 Mon Sep 17 00:00:00 2001 From: Hax Date: Sat, 16 Nov 2019 21:59:51 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 26c3eea..6d69b82 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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: