We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b233371 commit 320fa5cCopy full SHA for 320fa5c
2 files changed
README.md
@@ -2,7 +2,7 @@
2
3
[`install.sh`](./install.sh) is delivered when you `curl tea.xyz`.
4
5
-# GitHub Action 0.10.0
+# GitHub Action 0.10.1
6
7
This repository also provides the `tea` GitHub Action.
8
install.sh
@@ -469,7 +469,8 @@ if ! test -f "$TEA_DESTDIR/tea.xyz/v$TEA_VERSION/bin/tea"; then
469
else
470
fix_links # be proactive in repairing the user installation just in case that's what they ran this for
471
TEA_IS_CURRENT=1
472
- TEA_EXENAME="$TEA_DESTDIR/tea.xyz/v$TEA_VERSION/bin/tea"
+ TEA_VERSION_MAJOR="$(echo "$TEA_VERSION" | cut -d. -f1)"
473
+ TEA_EXENAME="$TEA_DESTDIR/tea.xyz/v$TEA_VERSION_MAJOR/bin/tea"
474
fi
475
476
if ! test -d "$TEA_DESTDIR/tea.xyz/var/pantry"; then
0 commit comments