Skip to content

Commit

Permalink
Merge pull request #52 from lnkuiper/combine_before_maven
Browse files Browse the repository at this point in the history
Always upload combined JAR even if Maven upload fails
  • Loading branch information
Mause authored Jul 5, 2024
2 parents 5198bf5 + ca8e93b commit bdca3ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ jobs:
fi
ls -lahR jdbc-artifacts
- uses: actions/upload-artifact@v3
- name: Upload artifacts
if: always()
uses: actions/upload-artifact@v3
with:
name: java-jars
path: |
Expand Down

0 comments on commit bdca3ff

Please sign in to comment.