mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 22:12:53 +01:00
This commit updates the build and release workflow to enable multi-arch builds and releases. A number of Rust-specific actions have been added, namely rust-cache to handle cargo caching and actions-rust-cross to handle cross-compilation. A release-dry-run target has been added to run on master which should help catch any issues in release workflow changes early. Releases drop goreleaser entirely in favour of action-gh-release which was already in use to add msi installers to the releases previously created by goreleaser.
9 lines
377 B
YAML
9 lines
377 B
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: Komorebi Documentation
|
|
url: https://lgug2z.github.io/komorebi/
|
|
about: Please search the documentation website before opening an issue
|
|
- name: Komorebi Quickstart Tutorial Video
|
|
url: https://www.youtube.com/watch?v=MMZUAtHbTYY
|
|
about: If you are new, please make sure you watch the quickstart tutorial video
|