Skip to content

Commit cac33d0

Browse files
committed
fix: static build parameter in ci
Signed-off-by: Sam Gammon <[email protected]>
1 parent 9d65a7b commit cac33d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/job.native-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ jobs:
338338
-Pelide.optMode=${{ inputs.opt }} \
339339
-Pelide.stamp=${{ inputs.release }} \
340340
-Pelide.pgo=${{ inputs.pgo }} \
341-
-Pelide.static=${{ inputs.static }} \
341+
-Pelide.static=${{ inputs.static == true && 'true' || 'false' }} \
342342
-Pelide.release=${{ inputs.release }} \
343343
-Pelide.buildMode=${{ inputs.release == true && 'release' || 'dev' }}
344344
- name: "Setup: Signing Keys"

0 commit comments

Comments
 (0)