Skip to content

Commit bbb2dde

Browse files
committed
adjust release glob to only attest .tar.zst and .tar.gz
1 parent 4063576 commit bbb2dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ jobs:
8383
uses: actions/attest-build-provenance@v2
8484
if: ${{ github.event.inputs.dry-run == 'false' }}
8585
with:
86-
subject-path: dist/*
86+
subject-path: dist/*.tar.@(zst|gz)

0 commit comments

Comments
 (0)