Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
- name: Build with Maven
run: mvn clean install

- name: Run Maven Assembly
run: mvn clean compile assembly:single

- name: Copy JAR to top level
run: cp target/*.jar .

- name: Publish to GitHub Packages
run: mvn deploy
env:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
*.class
*.log
*.jar
*.war
*.ear
*.zip
Expand Down