Skip to content

Commit 842477f

Browse files
committed
ci(publish): fix syntax error
1 parent 350a8bf commit 842477f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
- name: Create GitHub Release
3232
uses: softprops/action-gh-release@v2
3333
with:
34-
files: *.src.rock
34+
files: "*.src.rock"

0 commit comments

Comments
 (0)