Closed MiguelRodo closed 10 months ago
Instead of
build: dev-output: yes package: yes github: "@version": content: code body: "Latest source code"
have
build: dev-output: yes git: yes github: "@version": content: [code, package] body: "Latest source code"
This will also mean that you don't specify the package location in the directories key.
directories
Well, people can already add it to an output directory, so I think we're find there.
output
Instead of
have
This will also mean that you don't specify the package location in the
directories
key.