Merge pull request #1377 from jkroepke/ci-exe

This commit is contained in:
Jan-Otto Kröpke 2024-01-09 20:53:02 +01:00 committed by GitHub
commit f260a8f9fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -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: