more syntax problems

This commit is contained in:
Nick Minkler (Sleaker) 2020-08-02 12:31:56 -07:00
parent 98c84cf8b3
commit 1d5d597fb4

View File

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