Skip to content

Commit ff5268d

Browse files
committed
fix: wildcard
1 parent 8b5280a commit ff5268d

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
@@ -29,5 +29,5 @@ jobs:
2929
uses: ncipollo/release-action@v1
3030
with:
3131
token: ${{ secrets.GITHUB_TOKEN }}
32-
artifacts: "artifacts/*.zip"
32+
artifacts: "artifacts/*"
3333
tag: ${{ github.ref_name }}

0 commit comments

Comments
 (0)