diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9486f45..72f2459 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -409,3 +409,5 @@ jobs: body_path: ${{ runner.temp }}/release-msg files: | artifacts/*/*.tar.gz + artifacts/*/*.dmg + artifacts/*/*.msi diff --git a/CHANGES b/CHANGES index 1dd1de8..894d3cb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,8 @@ -2.3.0 | 2024-07-05 12:56:44 +0200 +2.3.0 | 2024-07-05 13:33:50 +0200 + + * Extend list of artifacts included into release. + + * Update link in README. * Fix for Windows compilation. diff --git a/README.md b/README.md index 7fde20e..a96d33e 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ pre-built agent versions for: Note that not all features described on this page may already be part of the most recent release. To download the current development version instead, locate the [latest successful workflow on the `main` -branch](https://github.com/zeek/zeek-agent-v2/actions?query=branch%3Amain+is%3Asuccess) +branch](https://github.com/zeek/zeek-agent-v2/actions/workflows/main.yml?query=branch%3Amain+is%3Asuccess) and go to its list of artifacts. #### Build From Source