File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ assemble:
192192 doc-exec-installer :
193193 # jPackage tool create only native installers for the platform it's running on
194194 # https://github.com/jreleaser/jreleaser/blob/main/.github/workflows/step-jpackage.yml
195- active : RELEASE
195+ active : ALWAYS
196196 exported : false # we define the artifacts in the distribution manually as we don't generate macOS and we rename them
197197 applicationPackage :
198198 appName : ' {{projectName}}' # Name of the cli
@@ -307,6 +307,7 @@ distributions:
307307 # Installer distributions
308308 doc-exec-installer :
309309 type : NATIVE_PACKAGE
310+ active : ALWAYS
310311 executable :
311312 name : " doc-exec" # used in the winget manifest, not a template
312313 # To test winget:
@@ -318,8 +319,8 @@ distributions:
318319 # winget install --manifest \\wsl.localhost\xxx\doc-exec\target\jreleaser\prepare\doc-exec-installer\winget\manifests\c\combostrap\doc-exec\1.0.0
319320 # https://jreleaser.org/guide/latest/reference/packagers/winget.html#_repository
320321 winget :
321- active : RELEASE
322322 continueOnError : true
323+ active : RELEASE
323324 package :
324325 name : doc-exec
325326 installer :
You can’t perform that action at this time.
0 commit comments