Compare commits

..

No commits in common. "146f21fb39a3d2ae6d91005bb88675636d1951ec" and "c0266f009606c913b992349ae05ae986a19587fa" have entirely different histories.

View file

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