Compare commits
No commits in common. "146f21fb39a3d2ae6d91005bb88675636d1951ec" and "c0266f009606c913b992349ae05ae986a19587fa" have entirely different histories.
146f21fb39
...
c0266f0096
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TEA_VERSION: main
|
TEA_VERSION: main
|
||||||
run: |
|
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
|
mv tea* tea
|
||||||
chmod +x tea
|
chmod +x tea
|
||||||
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
|
./tea login add --url ${{ github.server_url }} --token ${{ github.token }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue