Update maven.yml

This commit is contained in:
julien Lengrand-Lambert
2020-07-22 23:16:07 +02:00
committed by GitHub
parent 013462ab3a
commit d5f9c24f53

View File

@@ -14,8 +14,10 @@ jobs:
java-version: 11
- name: Build with Maven
run: mvn -B package --file pom.xml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: mkdir staging && cp cellar-app/target/*-with-dependencies.jar staging
- uses: actions/upload-artifact@v2
with:
name: Package
path: staging
path: staging