From 22eec4cd73ef7c33d3e192258a01d812b7c779c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Mon, 8 Jan 2024 19:20:30 +0100 Subject: [PATCH] CI: Provide binary builds from GH actions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke --- .github/workflows/lint.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f13db857..9f26c146 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -77,6 +77,15 @@ jobs: - name: Promtool run: make promtool + - name: Upload windows_exporter.exe + uses: actions/upload-artifact@v4 + if: always() + with: + name: windows_exporter.amd64.exe + path: 'windows_exporter.exe' + retention-days: 7 + if-no-files-found: error + lint: runs-on: windows-2022 steps: