From 6bfa5937bc1c6c555963153f066957dac5918a37 Mon Sep 17 00:00:00 2001 From: oahcy <1162485779@qq.com> Date: Tue, 19 Jul 2022 14:49:25 +0800 Subject: [PATCH] fix path --- .github/workflows/native-compile-platforms.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-compile-platforms.yml b/.github/workflows/native-compile-platforms.yml index 22dd22ad08..e86c043d63 100644 --- a/.github/workflows/native-compile-platforms.yml +++ b/.github/workflows/native-compile-platforms.yml @@ -42,7 +42,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: gen files - path: ${{ github.workspace }}/.conan + path: ${{ github.workspace }}/conan_home - name: Download external libraries shell: bash run: | -- GitLab