Skip to content

Commit 6597d28

Browse files
author
Robin
committed
update: fix workflow v3
1 parent 489f335 commit 6597d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-from-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ jobs:
7575
echo "Tag name is $tagname"
7676
ls -lR "./downloads"
7777
echo "Uploading release assets..."
78-
gh release create "$tagname" -t "$tagname" ./downloads*
78+
gh release create "$tagname" -t "$tagname" ./downloads/*

0 commit comments

Comments
 (0)