File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ jobs:
6161 uses : actions/checkout@v2
6262 with :
6363 repository : juce-framework/JUCE
64- path : ${{runner.workspace}}/JUCE
64+ path : ${{runner.workspace}}/RSAlgorithmicVerb/ JUCE
6565
6666 - name : " Create Build Environment"
67- working-directory : ${{runner.workspace}}
67+ working-directory : ${{runner.workspace}}/RSAlgorithmicVerb
6868 run : cmake -S . -B build
6969
7070 - name : " Build"
71- working-directory : ${{runner.workspace}}
71+ working-directory : ${{runner.workspace}}/RSAlgorithmicVerb
7272 run : cmake --build build --config Release
7373 # https://github.com/sudara/cmake-includes/blob/1f5ccb8c040d0a7ec489fdab11831ff310df1077/GitHubENV.cmake#L4
7474 # - name: Read in .env from CMake # see GitHubENV.cmake
9797 uses : actions/upload-artifact@v4
9898 with :
9999 name : " RSAlgorithmicVerb_${{ runner.os }}"
100- path : ${{runner.workspace}}/build/RSAlgorithmicVerb_artefacts/
100+ path : ${{runner.workspace}}/RSAlgorithmicVerb/ build/RSAlgorithmicVerb_artefacts/
You can’t perform that action at this time.
0 commit comments