Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehran1022mm authored Jun 27, 2023
1 parent 36cb5ce commit 4dc6b7a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
- name: Build
run: mvn -B package --file pom.xml
- name: Upload
uses: "actions/[email protected]"
with:
name: Event-Core
path: |
Build/*.jar

0 comments on commit 4dc6b7a

Please sign in to comment.