1
mirror of https://github.com/CarmJos/cn2b2t-project.git synced 2026-06-04 08:48:16 +08:00

补充项目介绍

This commit is contained in:
carm
2021-10-17 15:09:54 +08:00
parent 6cbd42900b
commit 9b449f6bc4
8 changed files with 58 additions and 7 deletions
+6 -6
View File
@@ -25,13 +25,13 @@ jobs:
server-id: github
server-username: MAVEN_USERNAME
server-password: MAVEN_TOKEN
# - name: "Package & Deploy"
# run: mvn -B deploy --file pom.xml
# env:
# MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
# MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: "Package & Deploy"
run: mvn -B deploy --file pom.xml
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: "Stage"
run: mkdir staging && cp */target/*.jar staging
run: mkdir staging && cp ./*/target/*.jar staging
- name: "Upload artifact"
uses: actions/upload-artifact@v2
with: