Skip to content

Commit

Permalink
Update .github/workflows/java.yml to build the Java application.
Browse files Browse the repository at this point in the history
  • Loading branch information
DestinedArts authored Apr 25, 2024
1 parent 323bd58 commit e3c3297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
run: mvn -version
# TODO: Build application with Maven
- name: Build with Maven
run: echo '🛠️ build me please 🛠️'
run: mvn clean package
# Upload artifacts
- name: Archive
uses: actions/upload-artifact@v4
with:
name: JAR
path: target/*.jar
path: target/*.jar

0 comments on commit e3c3297

Please sign in to comment.