mirror of
https://github.com/CarmJos/cn2b2t-project.git
synced 2026-06-04 18:17:19 +08:00
修改上传规则
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user