Skip to content

Commit 73089ee

Browse files
committed
Release: Fix path to gem
The gem artifact isn't in the pkg/ subfolder, it's in the root dir.
1 parent 01965cc commit 73089ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
shell: bash
3939
env:
4040
GH_TOKEN: ${{ github.token }}
41-
run: gh release upload ${{ github.ref_name }} pkg/*.gem
41+
run: gh release upload ${{ github.ref_name }} *.gem

0 commit comments

Comments
 (0)