Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuo894 authored Feb 5, 2024
1 parent 9e7bed9 commit 61fa301
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
cache: maven
- name: Build with Maven
run: |
path=$pwd
cd server
mvn -B package --file pom.xml
cp target/WallpaperVideo-jar-with-dependencies.jar "$path"
echo "$path"
ls "$path"
mvn -B package --file server/pom.xml
cp server/target/WallpaperVideo-jar-with-dependencies.jar ./

0 comments on commit 61fa301

Please sign in to comment.