We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b133a16 commit 4e003f7Copy full SHA for 4e003f7
.github/workflows/release.yml
@@ -35,6 +35,6 @@ jobs:
35
zip -r template-tailwind.zip tailwind/*
36
- uses: ncipollo/release-action@v1
37
with:
38
- artifacts: [ "template.zip", "template-tailwind.zip" ]
+ artifacts: "template.zip,template-tailwind.zip"
39
tag: ${{ github.event.inputs.tag }}
40
generateReleaseNotes: true
0 commit comments