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: