ci(artifacts): add msi to release artifacts

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
This commit is contained in:
LGUG2Z
2022-08-12 08:26:14 -07:00
committed by جاد
parent 2ba3ca4f31
commit f7ac1d0ece
5 changed files with 18 additions and 4 deletions

View File

@@ -8,6 +8,10 @@ fmt:
cargo +nightly fmt
cargo +stable clippy
prettier --write README.md
prettier --write .goreleaser.yml
prettier --write .github/dependabot.yml
prettier --write .github/FUNDING.yml
prettier --write .github/workflows/windows.yaml
install-komorebic:
cargo +stable install --path komorebic --locked