brimdata / zeek

Zeek is a powerful network analysis framework that is much different from the typical IDS you may know.
https://www.zeek.org
Other
2 stars 0 forks source link

Add GitHub workflow for Brim releases #1

Closed nwt closed 4 years ago

nwt commented 4 years ago

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
nwt commented 4 years ago

@mikesbrown:I triggered https://github.com/brimsec/zeek/actions/runs/46998542 by pushing tag vBrimReleaseWorkflowTest-brim.