cleanup steps

This commit is contained in:
Nick Minkler (Sleaker) 2020-08-02 12:30:38 -07:00
parent 12d0749f0b
commit 98c84cf8b3

View File

@ -27,9 +27,10 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2
- name: Build with Maven
- run: mvn -B package --file pom.xml
- run: mkdir staging && cp target/*.jar staging
- uses: actions/upload-artifact@v2
run: mvn -B package --file pom.xml
- name: Archive the artifact
run: mkdir staging && cp target/*.jar staging
uses: actions/upload-artifact@v2
with:
name: Package
path: staging