Skip to content

Commit

Permalink
fix(github): Be explicit about artifact paths to attest for
Browse files Browse the repository at this point in the history
Work-around [1] and only attest the main artifacts, not the signature
files.

[1]: actions/attest-build-provenance#133

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Jun 27, 2024
1 parent f9e7f72 commit 8624fed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@ jobs:
uses: actions/attest-build-provenance@v1
with:
subject-path: |
./cli/build/distributions/ort-$ORT_VERSION.{tgz,zip}*
./helper-cli/build/distributions/orth-$ORT_VERSION.{tgz,zip}*
./cli/build/distributions/ort-$ORT_VERSION.tgz
./cli/build/distributions/ort-$ORT_VERSION.zip
./helper-cli/build/distributions/orth-$ORT_VERSION.tgz
./helper-cli/build/distributions/orth-$ORT_VERSION.zip

0 comments on commit 8624fed

Please sign in to comment.