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 abd17e1 commit 5ebb818
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand All @@ -29,8 +27,9 @@ jobs:
cache: maven
- name: Build with Maven
run: |
pwd
$path = $pwd
cd server
mvn -B package --file pom.xml
cp target/WallpaperVideo-jar-with-dependencies.jar ~
ls ~
cp target/WallpaperVideo-jar-with-dependencies.jar $path
echo $path
ls $path

0 comments on commit 5ebb818

Please sign in to comment.