mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-22 20:56:36 +00:00
CI: Provide binary builds from GH actions
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
This commit is contained in:
9
.github/workflows/lint.yml
vendored
9
.github/workflows/lint.yml
vendored
@@ -77,6 +77,15 @@ jobs:
|
|||||||
- name: Promtool
|
- name: Promtool
|
||||||
run: make 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:
|
lint:
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user