feat(actions): fix artifact upload

This commit is contained in:
ColdDev 2022-10-24 21:25:59 +01:00
parent 5561e661ee
commit e50b5b8c70

View File

@ -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