diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 499d8f7b36a9b..f8d97bc95ddc2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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