v2: ci updates
Signed-off-by: nfel <nfilsaraee@gmail.com>
This commit is contained in:
parent
cdd45c2707
commit
c92810ad5b
@ -26,14 +26,14 @@ jobs:
|
||||
run: |
|
||||
mkdir tmp && cd tmp
|
||||
curl -SsOL https://dl.gitea.com/tea/main/tea-main-linux-amd64.xz
|
||||
apt install xz-utils -y
|
||||
apt install xz-utils -y >/dev/null
|
||||
xz -d tea-main-linux-amd64.xz
|
||||
ls -ahl
|
||||
mv tea-main-linux-amd64 /usr/bin/tea
|
||||
chmod +x /usr/bin/tea
|
||||
cd ..
|
||||
rm -rf tmp
|
||||
tea --version
|
||||
tea login \
|
||||
tea login add \
|
||||
--name ${{ gitea.server_url }} \
|
||||
--token ${{ secrets.PROD_REG_TOKEN }} \
|
||||
--url ${{ gitea.server_url }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user