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 5858| `gpg-sign` | The key to sign the package | Optional | - |
5959| `verbose` | Enable verbosity | Optional | `false` |
6060| `upload-artifact` | Whether to upload the resulting bundle or not as an artifact | Optional | `true` |
61+ | `bundle-sources` | Bundle sources extension in exported repo (x86_64 only)| Optional | `true` |
6162
6263# ### Building for multiple CPU architectures
6364
Original file line number Diff line number Diff line change @@ -83,6 +83,11 @@ inputs:
8383 "Whether to upload the resulting bundle or not as an artifact"
8484 required : false
8585 default : " true"
86+ bundle-sources :
87+ description : >
88+ "Bundle sources extension in exported repo"
89+ required : false
90+ default : " true"
8691runs :
8792 using : " node20"
8893 main : " dist/index.js"
You can’t perform that action at this time.
0 commit comments