mirror of
https://github.com/CarmJos/cn2b2t-project.git
synced 2026-06-04 18:17:19 +08:00
补充项目介绍
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user