From 894a63b848f9b5f3218e6f024781d93d59ed2ce3 Mon Sep 17 00:00:00 2001 From: Satoshi Ikari Date: Mon, 26 Aug 2024 01:50:40 +0900 Subject: [PATCH] Fix directory --- .github/workflows/build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a1faf1e49..6deb8403d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,12 +108,12 @@ jobs: if: steps.cache-extlib.outputs.cache-hit == 'true' shell: powershell run: | - ls ../settings/environment/cspice + ls ./settings/environment/cspice cp -r "./ExtLibraries/cspice/generic_kernels" "./settings/environment/cspice" - ls ../settings/environment/cspice - ls ../settings/environment/cspice/lsk - ls ../settings/environment/cspice/pck - ls ../settings/environment/cspice/spk + ls ./settings/environment/cspice + ls ./settings/environment/cspice/lsk + ls ./settings/environment/cspice/pck + ls ./settings/environment/cspice/spk - name: build 32bit if: matrix.build_bit == 'BUILD_64BIT=OFF' @@ -217,12 +217,12 @@ jobs: - name: copy to settings if: steps.cache-extlib.outputs.cache-hit == 'true' run: | - ls ../settings/environment/cspice + ls ./settings/environment/cspice cp -r "./ExtLibraries/cspice/generic_kernels" "./settings/environment/cspice" - ls ../settings/environment/cspice - ls ../settings/environment/cspice/lsk - ls ../settings/environment/cspice/pck - ls ../settings/environment/cspice/spk + ls ./settings/environment/cspice + ls ./settings/environment/cspice/lsk + ls ./settings/environment/cspice/pck + ls ./settings/environment/cspice/spk - name: build