1
mirror of https://github.com/CarmJos/PlayerPrefix.git synced 2026-06-04 09:59:31 +08:00
1. 添加变量 %PlayerPrefix%
2. 添加部署配置
3. 添加详细介绍
This commit is contained in:
carm
2021-10-21 21:32:53 +08:00
parent 8d3e4f2853
commit ff0255f72a
3 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: "Package"
run: mvn -B package --file pom.xml
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
MAVEN_USERNAME: ${{ github.repository_owner }}
MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: "Target Stage"
run: mkdir staging && cp target/*.jar staging