File tree Expand file tree Collapse file tree 4 files changed +2132
-2116
lines changed Expand file tree Collapse file tree 4 files changed +2132
-2116
lines changed Original file line number Diff line number Diff line change 58
58
| `gpg-sign` | The key to sign the package | Optional | - |
59
59
| `verbose` | Enable verbosity | Optional | `false` |
60
60
| `upload-artifact` | Whether to upload the resulting bundle or not as an artifact | Optional | `true` |
61
+ | `bundle-sources` | Bundle sources extension in exported repo | Optional | `true` |
61
62
62
63
# ### Building for multiple CPU architectures
63
64
Original file line number Diff line number Diff line change @@ -83,6 +83,11 @@ inputs:
83
83
"Whether to upload the resulting bundle or not as an artifact"
84
84
required : false
85
85
default : " true"
86
+ bundle-sources :
87
+ description : >
88
+ "Bundle sources extension in exported repo"
89
+ required : false
90
+ default : " true"
86
91
runs :
87
92
using : " node20"
88
93
main : " dist/index.js"
You can’t perform that action at this time.
0 commit comments