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

修复maven构建

This commit is contained in:
2021-12-28 22:48:27 +08:00
parent cbaaaae1a2
commit 3ca791a731
9 changed files with 134 additions and 62 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
MAVEN_USERNAME: ${{ github.repository_owner }}
MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: "Target Stage"
run: mkdir staging && cp */target/*.jar staging
run: mkdir staging && cp target/*.jar staging
- name: "Upload artifact"
uses: actions/upload-artifact@v2
with: