Skip to content

Commit

Permalink
remove wildcard
Browse files Browse the repository at this point in the history
  • Loading branch information
egecetin committed Jun 27, 2024
1 parent bb4b18d commit d8f505b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ jobs:
id: attestation
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
with:
subject-path: "${{ env.PACKAGE_DIR }}/*.tar.gz"
subject-path: "${{ env.PACKAGE_DIR }}.tar.gz"

- name: Upload binaries to release
if: github.ref_type == 'tag'
Expand Down

0 comments on commit d8f505b

Please sign in to comment.