Skip to content

Commit

Permalink
fix(github): Use correct syntax for environment variable expansion
Browse files Browse the repository at this point in the history
This is a fixup for 3f8f078.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Jul 8, 2024
1 parent 43123ce commit e8e80c2
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-*.tgz
./cli/build/distributions/ort-*.zip
./helper-cli/build/distributions/orth-*.tgz
./helper-cli/build/distributions/orth-*.zip
./cli/build/distributions/ort-${{ env.ORT_VERSION }}.tgz
./cli/build/distributions/ort-${{ env.ORT_VERSION }}.zip
./helper-cli/build/distributions/orth-${{ env.ORT_VERSION }}.tgz
./helper-cli/build/distributions/orth-${{ env.ORT_VERSION }}.zip

0 comments on commit e8e80c2

Please sign in to comment.