1
0
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:
Eric Vantillard 2023-04-11 15:14:20 +02:00
parent 8f4ef6f8f3
commit 7631517673

View File

@ -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: