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 48b70ae commit 915e039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tui.publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ jobs:
echo $tag_name
tag_name="v0.0.1"
hub release create "${assets[@]}" -m "$tag_name" "$tag_name"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# gh release upload v0.0.1 ./dist/**/tui_*.exe
# gh release upload v0.0.1 ./dist/**/tui_*.msi
# gh release upload v0.0.1 ./dist/**/tui_*.deb
Expand Down

0 comments on commit 915e039

Please sign in to comment.