mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 10:59:01 +00:00
gradle upload artifacts in any case, like mvn did before
This commit is contained in:
parent
8417f23d3e
commit
357720e4cb
1
.github/workflows/ci-gradle.yml
vendored
1
.github/workflows/ci-gradle.yml
vendored
@ -94,7 +94,6 @@ jobs:
|
|||||||
|
|
||||||
upload:
|
upload:
|
||||||
needs: [ workflow_config, test ]
|
needs: [ workflow_config, test ]
|
||||||
if: needs.workflow_config.outputs.do_release == 'true' || needs.workflow_config.outputs.do_snapshot_release == 'true'
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
|
Loading…
Reference in New Issue
Block a user