1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2024-09-19 20:15:47 +00:00

添加自动上传构建设定

This commit is contained in:
carm 2021-09-17 19:47:51 +08:00
parent 6ac3cea7c0
commit 389e4d3904

View File

@ -24,3 +24,8 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- run: mkdir staging && cp target/*.jar staging
- uses: actions/upload-artifact@v2
with:
name: Package
path: staging