Skip to content

Commit

Permalink
feat(actions): fix artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdDev committed Oct 24, 2022
1 parent 5561e66 commit e50b5b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Copy JAR
run: mkdir prod && cp out/*.jar prod
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: Package
path: staging
path: prod

0 comments on commit e50b5b8

Please sign in to comment.