Skip to content

Commit

Permalink
fix(github): Do not use variables as part of attestation subject paths
Browse files Browse the repository at this point in the history
Work around another restriction of the build attestation action, see
[1].

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

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jul 4, 2024
1 parent 2c0dc49 commit 3f8f078
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/attest-build-provenance@v1
with:
subject-path: |
./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
./cli/build/distributions/ort-*.tgz
./cli/build/distributions/ort-*.zip
./helper-cli/build/distributions/orth-*.tgz
./helper-cli/build/distributions/orth-*.zip

0 comments on commit 3f8f078

Please sign in to comment.