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
| `upload-artifacts` | No | `true` | Upload the built artifacts as a GitHub Actions artifact |
114
-
| `upload-symbols-separately` | No | `true` | Upload debug symbol files (.pdb, .dwp, .dSYM) as separate artifacts instead of bundling with main artifacts |
115
-
| `use-friendly-target-names` | No | `true` | Transform target triples to user-friendly names (e.g., `x86_64-unknown-linux-gnu` -> `linux-x64`) in artifact names. |
| `upload-artifacts` | No | `true` | Upload the built artifacts as a GitHub Actions artifact |
114
+
| `upload-symbols-separately` | No | `true` | Upload debug symbol files (.pdb, .dwp, .dSYM) as separate artifacts instead of bundling with main artifacts |
115
+
| `use-friendly-target-names` | No | `true` | Transform target triples to user-friendly names (e.g., `x86_64-unknown-linux-gnu` -> `linux-x64`) in artifact names. |
116
+
| `artifact-name-exclude-features` | No | `c-exports` | Comma-separated list of features to exclude from artifact names. Features are still built but not included in artifact names. Set to empty string to include all. |
116
117
117
118
#### Advanced / Low-Level
118
119
@@ -296,6 +297,21 @@ When `use-friendly-target-names` is enabled (default), the target triple is repl
0 commit comments