Merge pull request #1377 from jkroepke/ci-exe
This commit is contained in:
commit
f260a8f9fc
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue