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 cf8ae04 commit a1c7067
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ jobs:
cd ..
mvn -B package --file server/pom.xml
cp server/target/WallpaperVideo-jar-with-dependencies.jar ./
ls
- name: Upload to Artifacts
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: ./*.jar

0 comments on commit a1c7067

Please sign in to comment.