mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-26 06:46:45 +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
|
enableCrossOsArchive: true
|
||||||
|
|
||||||
native_images:
|
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
|
needs: build_artifacts
|
||||||
uses: ./.github/workflows/native-image.yml
|
uses: ./.github/workflows/native-image.yml
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user