Skip to content

Commit 05a9d32

Browse files
committed
Fix release glob pattern
1 parent 0d4a767 commit 05a9d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
with:
128128
tag: ${{ github.ref }}
129129
prerelease: true
130-
file: ./*/
130+
file: ./**/*
131131
file_glob: true
132132
repo_token: ${{ secrets.GITHUB_TOKEN }}
133133

0 commit comments

Comments
 (0)