Compare commits
2 commits
69447d8fcf
...
360acb2dbd
Author | SHA1 | Date | |
---|---|---|---|
360acb2dbd | |||
07f93904a6 |
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ jobs:
|
||||||
TEA_VERSION=$(echo "${{ steps.tea_version.outputs.version }}")
|
TEA_VERSION=$(echo "${{ steps.tea_version.outputs.version }}")
|
||||||
wget "https://gitea.com/gitea/tea/releases/download/v${TEA_VERSION}/tea-${TEA_VERSION}-linux-amd64" -O tea
|
wget "https://gitea.com/gitea/tea/releases/download/v${TEA_VERSION}/tea-${TEA_VERSION}-linux-amd64" -O tea
|
||||||
chmod +x tea
|
chmod +x tea
|
||||||
sudo mv tea /usr/local/bin/tea
|
mv tea /usr/local/bin/tea
|
||||||
|
|
||||||
- name: Verify Tea Installation
|
- name: Verify Tea Installation
|
||||||
run: tea --version
|
run: tea --version
|
||||||
|
|
Reference in a new issue