Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xueshiji authored Sep 19, 2024
1 parent b01aacd commit 8e3fa4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ jobs:
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload JAR Artifact
uses: actions/upload-artifact@v2
with:
name: xxl-job-admin.jar
path: target/*.jar

0 comments on commit 8e3fa4f

Please sign in to comment.