Skip to content

Commit dac2eea

Browse files
ci: Fix paths for downloaded gems in release job.
1 parent 766abd8 commit dac2eea

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
@@ -111,6 +111,6 @@ jobs:
111111
# There is also publish-manual.yml in case that is needed for some reason.
112112
- name: 'Publish gems'
113113
run: |
114-
for g in *.gem; do
114+
for g in ./*-release-artifacts/**.gem; do
115115
GEM_HOST_API_KEY=${{ secrets.RUBYGEMS_API_KEY }} gem push "$g"
116116
done

0 commit comments

Comments
 (0)