1
mirror of https://github.com/CarmJos/EasyPlugin.git synced 2026-06-04 08:38:17 +08:00

修复依赖

This commit is contained in:
2022-01-05 05:19:40 +08:00
parent b2b5c41b86
commit eb073ce9dc
4 changed files with 24 additions and 2 deletions
+3
View File
@@ -26,6 +26,9 @@ jobs:
server-password: MAVEN_TOKEN
- name: "Package"
run: mvn -B package --file pom.xml -Dmaven.javadoc.skip=true
env:
MAVEN_USERNAME: ${{ github.repository_owner }}
MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: "Target Stage"
run: mkdir staging && cp */target/*.jar staging
- name: "Upload artifact"