Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write # for build provenance signing
attestations: write # to record the attestation
steps:
- name: Download binary artifacts
uses: actions/download-artifact@v4
Expand All @@ -245,6 +247,11 @@ jobs:
name: checksums
path: artifacts

- name: Attest build provenance
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
with:
subject-path: artifacts/*

- name: Publish release assets
uses: softprops/action-gh-release@v2
with:
Expand Down