fix: use amd64 (test)

This commit is contained in:
Oliver Lippert 2024-02-01 10:41:27 +01:00
parent 01a167d264
commit 1c7d434200
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

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 }}