1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-12-22 02:49:06 +00:00

gradle upload artifacts in any case, like mvn did before

This commit is contained in:
soloturn 2022-02-13 15:40:03 +01:00
parent 8417f23d3e
commit 357720e4cb

View File

@ -94,7 +94,6 @@ jobs:
upload:
needs: [ workflow_config, test ]
if: needs.workflow_config.outputs.do_release == 'true' || needs.workflow_config.outputs.do_snapshot_release == 'true'
runs-on: ubuntu-latest
steps:
- name: Checkout the repository