Skip to content

Commit 466294d

Browse files
authored
Fix path in release-rubygems gem push step for attestation (#179)
Signed-off-by: Samuel Giddins <[email protected]>
1 parent 7e803b0 commit 466294d

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
@@ -151,7 +151,7 @@ jobs:
151151

152152
- name: publish
153153
run: |
154-
gem push "built-packages/$(basename $BUILT_GEM)" --attestation "$(basename $BUILT_GEM).sigstore.json"
154+
gem push "built-packages/$(basename $BUILT_GEM)" --attestation "smoketest-artifacts/$(basename $BUILT_GEM).sigstore.json"
155155
env:
156156
BUILT_GEM: ${{ matrix.built-gem }}
157157

0 commit comments

Comments
 (0)