Skip to content

Commit

Permalink
update: fix workflow v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin committed Jun 22, 2024
1 parent 489f335 commit 6597d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
echo "Tag name is $tagname"
ls -lR "./downloads"
echo "Uploading release assets..."
gh release create "$tagname" -t "$tagname" ./downloads*
gh release create "$tagname" -t "$tagname" ./downloads/*

0 comments on commit 6597d28

Please sign in to comment.