Skip to content
Merged
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
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,10 @@ jobs:
base64-subjects: ${{ needs.harden.outputs.hashes }}
provenance-name: dish-windows.intoto.jsonl
upload-assets: false
# A SHA-pinned call cannot resolve the prebuilt builder's release, so
# the binary never downloads and the generator dies at exit 127; build
# it from source instead.
compile-generator: true

# Publishes on both triggers. `tag_name` is explicit because on
# workflow_dispatch github.ref is the default branch, not the tag that
Expand Down
Loading