Skip to content

Commit

Permalink
ci(deploy): 添加部署CI配置
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Oct 3, 2023
1 parent 2fe1ef5 commit 27e62b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
java-version: '17'
distribution: 'adopt'
cache: maven
# cache: maven # 4UCK GITHUB CACHE SERVICE
server-id: github
server-username: MAVEN_USERNAME
server-password: MAVEN_TOKEN
Expand All @@ -40,5 +40,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: asset/*.jar
asset_path: ".asset/*.jar"
asset_content_type: application/java-archive

0 comments on commit 27e62b4

Please sign in to comment.