1
mirror of https://github.com/CarmJos/cn2b2t-project.git synced 2024-09-19 22:05:45 +00:00

修改上传规则

This commit is contained in:
carm 2021-10-17 14:59:57 +08:00
parent 182ec30a1d
commit 7d55ed7851

View File

@ -32,7 +32,7 @@ jobs:
# MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} # MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
# MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}} # MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: "Stage" - name: "Stage"
run: mkdir staging && cp target/*.jar staging run: mkdir staging && cp */target/*.jar staging
- name: "Upload artifact" - name: "Upload artifact"
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with: