Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
foxfirecodes authored Nov 14, 2019
1 parent 1dd7bc0 commit 7bbd866
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file pom.xml
# - name: Prepare artifact
# run: |
# mkdir -p output
# mv target/DecoHeads-*.jar output
- name: Prepare artifact
run: |
mkdir -p output
mv target/DecoHeads-*.jar output
- uses: actions/upload-artifact@master
with:
name: DecoHeads JAR
path: target/DecoHeads-*.jar
path: output

0 comments on commit 7bbd866

Please sign in to comment.