mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-05 21:17:52 +00:00
chore: build native images on release and snapshot
This commit is contained in:
parent
8f4ef6f8f3
commit
7631517673
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -152,7 +152,9 @@ jobs:
|
||||
enableCrossOsArchive: true
|
||||
|
||||
native_images:
|
||||
if: needs.workflow_config.outputs.do_release == 'true'
|
||||
if: |
|
||||
needs.workflow_config.outputs.do_release == 'true' ||
|
||||
needs.workflow_config.outputs.do_snapshot_release == 'true'
|
||||
needs: build_artifacts
|
||||
uses: ./.github/workflows/native-image.yml
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user