Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
esef80 authored Sep 29, 2020
1 parent ccbb75d commit 80587ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
- name: Build with Maven
working-directory: backend
run: mvn -B package --file pom.xml
- run : ls > ls.txt
- name: Upload build artifacts
uses: actions/upload-artifact@v2
with:
name: beauty
path: /**/backend/**/*.jar
path: dir.txt


0 comments on commit 80587ee

Please sign in to comment.