Skip to content

Commit c0253fc

Browse files
authored
Merge pull request #116 from bastelfreak/fo3
Release: Fix path to gem
2 parents 01965cc + 73089ee commit c0253fc

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)