From 21852b75411ae364ab9bca0c562d4f0206f5da0e Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Fri, 5 Jul 2024 09:31:54 +0200 Subject: [PATCH 1/2] Update link in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fde20e9..a96d33ea 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 From 109c3635114893c9eda288051a33cd44c337533e Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Fri, 5 Jul 2024 13:32:59 +0200 Subject: [PATCH 2/2] Extend list of artifacts included into release. --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9486f45e..72f2459a 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