We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b5280a commit ff5268dCopy full SHA for ff5268d
.github/workflows/release.yml
@@ -29,5 +29,5 @@ jobs:
29
uses: ncipollo/release-action@v1
30
with:
31
token: ${{ secrets.GITHUB_TOKEN }}
32
- artifacts: "artifacts/*.zip"
+ artifacts: "artifacts/*"
33
tag: ${{ github.ref_name }}
0 commit comments