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

修改上传规则

This commit is contained in:
carm
2021-10-17 14:59:57 +08:00
parent 182ec30a1d
commit 7d55ed7851
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
# 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: