Skip to content

Commit 4e003f7

Browse files
committed
oops
1 parent b133a16 commit 4e003f7

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
@@ -35,6 +35,6 @@ jobs:
3535
zip -r template-tailwind.zip tailwind/*
3636
- uses: ncipollo/release-action@v1
3737
with:
38-
artifacts: [ "template.zip", "template-tailwind.zip" ]
38+
artifacts: "template.zip,template-tailwind.zip"
3939
tag: ${{ github.event.inputs.tag }}
4040
generateReleaseNotes: true

0 commit comments

Comments
 (0)