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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
[ "$(wc -l < SHA256SUMS)" -eq 4 ]
[ "$ACTUAL_CHECKSUMS" = "$EXPECTED_CHECKSUMS" ]
sha256sum --check --strict SHA256SUMS
- uses: actions/attest-build-provenance@43d14bc2b83dec42d39ecae14e916627a18bb661
- uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a
with:
subject-path: release-bundle/*
- name: Create or update the verified GitHub release
Expand Down
Loading