From d645e89be9d29635f74f3a3ae4a493c28c4a48a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Fri, 28 Feb 2025 07:53:10 +0100 Subject: [PATCH] ci: fix checksum (#1905) --- .github/workflows/release.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ed40db8..39c7df8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: