Skip to content

Commit

Permalink
fix(cicd): capture properly jar
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Sep 5, 2022
1 parent a6363d5 commit de2e7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
files: |
build/libs/*.jar
plugin-jdbc-*/build/libs/*.jar
# Cleanup services
- name: Cleanup services
Expand Down

0 comments on commit de2e7eb

Please sign in to comment.