aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-12-21 16:03:30 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-12-21 16:05:23 -0500
commite9ec2558b7493064d0c353007b79791e3946eb4a (patch)
tree656760fb968843a54fd02bcdf7a2d0dc359c716e
parentbd244c69f5edd6b84753a4bc6c2bd1ca011e90f7 (diff)
Put workflow backv2025-12-21.2
-rw-r--r--.github/workflows/release.yml6
-rw-r--r--CHANGES.md4
2 files changed, 8 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 57bfc0e7..e9fa03a7 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -1,7 +1,9 @@
name: Release binaries
on:
- [push]
+ push:
+ tags:
+ - 'v*'
jobs:
linux-x86_64:
@@ -78,7 +80,7 @@ jobs:
- name: Install deps
run: |
brew update
- brew install gmp libunistring bdw-gc xxd llvm binutils
+ brew install gmp libunistring bdw-gc llvm binutils
- name: Build
run: |
diff --git a/CHANGES.md b/CHANGES.md
index c2254a7b..a8a4a354 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,9 @@
# Version History
+## v2025-12-21.2
+
+- Update build process
+
## v2025-12-21
- You can now discard empty struct values.