From 16c1b11e0662bda20820f7e1dca2a522345183a6 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Wed, 26 Mar 2025 20:02:10 +0800 Subject: [PATCH] fix path --- .github/workflows/build_check_cache.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_check_cache.yml b/.github/workflows/build_check_cache.yml index 3a19503317..5697ab36f2 100644 --- a/.github/workflows/build_check_cache.yml +++ b/.github/workflows/build_check_cache.yml @@ -30,7 +30,7 @@ jobs: - name: set outputs id: set_outputs env: - dep-folder-name: ${{ (inputs.os == 'windows-latest' && '/OrcaSlicer_dep') || (inputs.os == 'macos-14' && '' || '/destdir') }} + dep-folder-name: ${{ (inputs.os == 'windows-latest' && '/OrcaSlicer_dep') || (inputs.os == 'macos-14' && '') || '/destdir' }} output-cmd: ${{ inputs.os == 'windows-latest' && '$env:GITHUB_OUTPUT' || '"$GITHUB_OUTPUT"'}} run: | echo cache-key=${{ inputs.os }}-cache-orcaslicer_deps-build-${{ hashFiles('deps/**') }} >> ${{ env.output-cmd }}