diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 36de833..f50727f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,3 +11,4 @@ jobs: attestations: write # attest-build-provenance with: fail-if-unreproducible: true + target-regex: '^([^-]+)-([^-]+)-linux(-(musl|gnu)([^-]+))?$'