When a tag matching /^v.*brim.*$/ is pushed, the workflow creates a
GitHub release with a macOS artifact called zeek-TAG.darwin-amd64.zip
with these contents:
zeek/
bin/zeek Zeek executable
share/zeek/base/ Zeek base scripts
share/zeek/policy/ Zeek policy scripts
share/zeek/site/ Zeek site scripts
zeek executable shell script to set ZEEKPATH and
ZEEK_PLUGIN_PATH and then exec bin/zeek
When a tag matching
/^v.*brim.*$/
is pushed, the workflow creates a GitHub release with a macOS artifact called zeek-TAG.darwin-amd64.zip with these contents: