Skip to content

Commit

Permalink
Fix path in release-rubygems gem push step for attestation (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Giddins <[email protected]>
  • Loading branch information
segiddins authored Nov 19, 2024
1 parent 7e803b0 commit 466294d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

- name: publish
run: |
gem push "built-packages/$(basename $BUILT_GEM)" --attestation "$(basename $BUILT_GEM).sigstore.json"
gem push "built-packages/$(basename $BUILT_GEM)" --attestation "smoketest-artifacts/$(basename $BUILT_GEM).sigstore.json"
env:
BUILT_GEM: ${{ matrix.built-gem }}

Expand Down

0 comments on commit 466294d

Please sign in to comment.