Skip to content

Commit

Permalink
ci: add compile-generator for provenance
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo committed Oct 20, 2022
1 parent c4103a1 commit 2fc7f2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ jobs:
uses: slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.2.0
with:
base64-subjects: "${{ needs.release.outputs.hashes }}"
upload-assets: true # Upload to a new release
upload-assets: true # Upload to a new release.
compile-generator: true # Build the generator from source.

github_release:
needs: [release, provenance]
Expand Down

0 comments on commit 2fc7f2e

Please sign in to comment.