ci: fix checksum (#1905)

This commit is contained in:
Jan-Otto Kröpke
2025-02-28 07:53:10 +01:00
committed by GitHub
parent a73a08d704
commit d645e89be9

View File

@@ -115,9 +115,7 @@ jobs:
}
Move-Item installer\*.msi output\
Get-ChildItem -Path output\
promu checksum output\
Get-ChildItem -Path output\ g
- name: Sign installer artifacts
if: ${{ (github.event_name != 'pull_request' && github.repository == 'prometheus-community/windows_exporter') || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'prometheus-community/windows_exporter') }}
@@ -153,6 +151,11 @@ jobs:
CODE_SIGN_KEY: ${{ secrets.CODE_SIGN_KEY }}
CODE_SIGN_PASSWORD: ${{ secrets.CODE_SIGN_PASSWORD }}
- name: Generate checksums
run: |
promu checksum output
cat output\sha256sums.txt
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with: