1
mirror of https://github.com/CarmJos/MineSQL.git synced 2026-06-04 16:43:03 +08:00

项目初始化

This commit is contained in:
2022-01-26 23:20:42 +08:00
parent 76b8d267e0
commit 7d2d97987c
2 changed files with 3 additions and 1 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 -vp staging && ls -l asset/ && cp -vrf asset/*.jar staging
- name: "Upload artifact"
uses: actions/upload-artifact@v2
with: