diff --git a/.github/workflows/publish-commit-bottles.yml b/.github/workflows/publish-commit-bottles.yml
index 7efb07d2b0519..4c81e769290c0 100644
--- a/.github/workflows/publish-commit-bottles.yml
+++ b/.github/workflows/publish-commit-bottles.yml
@@ -328,7 +328,7 @@ jobs:
       - name: generate build provenance
         uses: github-early-access/generate-build-provenance@main
         with:
-          subject-path: '${{steps.pr-pull.outputs.bottle-path}}/*.tar.gz'
+          subject-path: '${{steps.pr-pull.outputs.bottle_path}}/*.tar.gz'
   
       - name: Push commits
         uses: Homebrew/actions/git-try-push@master