From b991896012d49e79d81d75852a271329928c23be Mon Sep 17 00:00:00 2001 From: t_max <1172915550@qq.com> Date: Thu, 14 Dec 2023 16:27:49 +0800 Subject: [PATCH] fix: github actions --- .github/workflows/linux.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2624af5..3db1384 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -40,13 +40,14 @@ jobs: uses: actions/checkout@v3 with: repository: 'taosdata/TDengine' + path: 'TDengine' ref: ${{ github.ref_name }} - name: checkout TDengine manually if: github.event_name == 'workflow_dispatch' uses: actions/checkout@v3 with: - repository: 'TDengine' + repository: 'taosdata/TDengine' path: 'TDengine' ref: ${{ inputs.tbBranch }} @@ -69,7 +70,7 @@ jobs: id: cache-server-push uses: actions/cache@v3 with: - path: C:/TDengine + path: server.tar.gz key: ${{ runner.os }}-build-${{ github.ref_name }}-${{ steps.get_commit_id.outputs.commit_id }} - name: Cache server manually