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 489f335 commit 6597d28Copy full SHA for 6597d28
.github/workflows/build-from-tag.yml
@@ -75,4 +75,4 @@ jobs:
75
echo "Tag name is $tagname"
76
ls -lR "./downloads"
77
echo "Uploading release assets..."
78
- gh release create "$tagname" -t "$tagname" ./downloads*
+ gh release create "$tagname" -t "$tagname" ./downloads/*
0 commit comments