mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
These changes to the GitHub actions workflows will include an MSI installer in the artifacts that are uploaded at the end of each successful build, and also attach an MSI installer to a release when the job runs on a tag that creates a new release version. re #152
22 lines
394 B
YAML
22 lines
394 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
assignees:
|
|
- "LGUG2Z"
|
|
commit-message:
|
|
prefix: chore
|
|
include: scope
|
|
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
assignees:
|
|
- "LGUG2Z"
|
|
commit-message:
|
|
prefix: chore
|
|
include: scope
|