summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-10-28 00:37:24 -0400
committerGitHub <noreply@github.com>2022-10-28 00:37:24 -0400
commit8985e6ab67deb06289de1accaf40058590e28ca2 (patch)
tree91a3dc7f300d62f058bbfd10dd84e121157789a5 /.github
parentfec56372bb804931dca3c5a8611e7e24f6774c19 (diff)
ci: update comment on what build_release does
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_releases.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build_releases.yml b/.github/workflows/build_releases.yml
index de3da73f..72c695ef 100644
--- a/.github/workflows/build_releases.yml
+++ b/.github/workflows/build_releases.yml
@@ -1,7 +1,10 @@
# Builds the following releases:
# - Binary releases
# - Debian releases (.deb)
-# - MSI installer
+# - MSI installer for Windows (.msi)
+# - Cirrus CI binaries
+# - FreeBSD (x86_64)
+# - macOS (aarch64)
name: "Build Releases"