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/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