mirror of
https://github.com/jlengrand/cellar.git
synced 2026-03-10 08:01:19 +00:00
Update maven.yml
This commit is contained in:
committed by
GitHub
parent
013462ab3a
commit
d5f9c24f53
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user