Skip to content

Commit

Permalink
fix: 修改github actions文件
Browse files Browse the repository at this point in the history
  • Loading branch information
zongyanglaobiao committed Jun 20, 2024
1 parent f1352b4 commit 08b061d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/chat-hub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: maven 打包
run: |
cd ${{github.workspace}}
pwd
apt-fast install tree
cd ${{github.workspace}}
tree -L 3 ./
mvn -B package -DskipTests --file ./pom.xml
tree -L 3 ./

0 comments on commit 08b061d

Please sign in to comment.