File tree Expand file tree Collapse file tree 4 files changed +748
-730
lines changed
Expand file tree Collapse file tree 4 files changed +748
-730
lines changed Original file line number Diff line number Diff line change 5757| `mirror-screenshots-url` | Specifies the URL to mirror screenshots | Optional | - |
5858| `gpg-sign` | The key to sign the package | Optional | - |
5959| `verbose` | Enable verbosity | Optional | `false` |
60+ | `upload-artifact` | Whether to upload the resulting bundle or not as an artifact | Optional | `true` |
6061
6162# ### Building for multiple CPU architectures
6263
Original file line number Diff line number Diff line change @@ -78,6 +78,11 @@ inputs:
7878 "Enable verbosity"
7979 required : false
8080 default : " false"
81+ upload-artifact :
82+ description : >
83+ "Whether to upload the resulting bundle or not as an artifact"
84+ required : false
85+ default : " true"
8186runs :
8287 using : " node20"
8388 main : " dist/index.js"
You can’t perform that action at this time.
0 commit comments