Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignatella committed Jun 16, 2024
1 parent 5fe6c45 commit ef97140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tui.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
set -x
assets=()
for asset in .dist/*; do
assets+=(" " "$asset")
assets+=("$asset")
done
tag_name="${GITHUB_REF##*/}"
echo $tag_name
Expand Down

0 comments on commit ef97140

Please sign in to comment.