Skip to content

Commit 78e13d2

Browse files
committed
tried fixing paths
1 parent eb0328e commit 78e13d2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
@@ -97,4 +97,4 @@ jobs:
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/

0 commit comments

Comments
 (0)