fix SLSA release upload

v1.34 v1.34.3
Brad House 2 weeks ago
parent a69445ef08
commit c29e75d54c
  1. 2
      .github/workflows/package.yml

@ -78,4 +78,6 @@ jobs:
with:
base64-subjects: "${{ needs.build.outputs.hashes }}"
upload-assets: ${{ startsWith(github.ref, 'refs/tags/') }}
upload-tag-name: "${{ needs.build.outputs.version }}"
draft-release: true
provenance-name: "c-ares-${{ needs.build.outputs.version }}.intoto.jsonl"

Loading…
Cancel
Save