mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-03-04 01:26:37 +00:00
ci: fix checksum (#1905)
This commit is contained in:
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
@@ -115,9 +115,7 @@ jobs:
|
|||||||
}
|
}
|
||||||
|
|
||||||
Move-Item installer\*.msi output\
|
Move-Item installer\*.msi output\
|
||||||
Get-ChildItem -Path output\
|
Get-ChildItem -Path output\ g
|
||||||
|
|
||||||
promu checksum output\
|
|
||||||
|
|
||||||
- name: Sign installer artifacts
|
- 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') }}
|
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_KEY: ${{ secrets.CODE_SIGN_KEY }}
|
||||||
CODE_SIGN_PASSWORD: ${{ secrets.CODE_SIGN_PASSWORD }}
|
CODE_SIGN_PASSWORD: ${{ secrets.CODE_SIGN_PASSWORD }}
|
||||||
|
|
||||||
|
- name: Generate checksums
|
||||||
|
run: |
|
||||||
|
promu checksum output
|
||||||
|
cat output\sha256sums.txt
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user