You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/blocks/build-makefile-dylib/action.yml
+28Lines changed: 28 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ inputs:
9
9
required: false
10
10
default: ''
11
11
description: "Version to embed (passed as VERSION= to make)"
12
+
extra-artifacts:
13
+
required: false
14
+
default: ''
15
+
description: "Newline-separated list of additional build outputs (paths relative to repo root) to attach to the release. Each path is copied into artifacts/ alongside the dylib."
Copy file name to clipboardExpand all lines: .github/workflows/makefile-dylib-release.yml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,11 @@ on:
11
11
required: false
12
12
default: false
13
13
description: "Opt in to Blacksmith Linux runners (blacksmith-4vcpu-ubuntu-2404). Requires the Blacksmith GitHub App installed on the caller org. Defaults to ubuntu-latest."
14
+
extra-artifacts:
15
+
type: string
16
+
required: false
17
+
default: ''
18
+
description: "Newline-separated list of extra build outputs (relative to repo root) to attach to the release alongside the dylib."
0 commit comments