ci: fix ssh clone url in build_binaries and upload_pck
CI / Run Tests (push) Failing after 35s
CI / Export Windows (push) Has been skipped
CI / Export Linux (push) Has been skipped
CI / Export Android (push) Has been skipped
Test Suite / Unit Tests (GUT) (push) Failing after 30s
Test Suite / Integration Tests (push) Failing after 32s
CI / Create Release (push) Has been skipped
Test Suite / Security Scan (push) Failing after 11m17s
Test Suite / Code Style Check (push) Failing after 11m50s

This commit is contained in:
2026-07-02 16:12:46 +08:00
parent c30888b74c
commit 82763e4d5a
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -15,8 +15,8 @@ jobs:
mkdir -p ~/.ssh
echo "${{ secrets.TEKTON_SSH_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan git.klud.top >> ~/.ssh/known_hosts
git clone git@git.klud.top:danchie/tekton.git .
ssh-keyscan -p 222 100.79.174.108 >> ~/.ssh/known_hosts
git clone ssh://git@100.79.174.108:222/danchie/tekton.git .
git checkout ${{ github.ref_name }}
- name: Build Windows
+2 -2
View File
@@ -15,8 +15,8 @@ jobs:
mkdir -p ~/.ssh
echo "${{ secrets.TEKTON_SSH_KEY }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
ssh-keyscan git.klud.top >> ~/.ssh/known_hosts
git clone git@git.klud.top:danchie/tekton.git .
ssh-keyscan -p 222 100.79.174.108 >> ~/.ssh/known_hosts
git clone ssh://git@100.79.174.108:222/danchie/tekton.git .
git checkout ${{ github.ref_name }}
- name: Build PCK