Compare commits

..

2 commits

Author SHA1 Message Date
146f21fb39
Merge remote-tracking branch 'origin/main' 2024-02-01 10:41:31 +01:00
1c7d434200
fix: use amd64 (test) 2024-02-01 10:41:27 +01:00

View file

@ -40,7 +40,7 @@ jobs:
env:
TEA_VERSION: main
run: |
wget https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-386
wget https://dl.gitea.com/tea/${TEA_VERSION}/tea-${TEA_VERSION}-linux-amd64
mv tea* tea
chmod +x tea
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}