We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7531be commit 7ab3f74Copy full SHA for 7ab3f74
.github/workflows/build_sw.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Build
40
# Build your program with the given configuration
41
- run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
+ run: cmake --build ${{github.workspace}}/Software/build --config ${{env.BUILD_TYPE}}
42
release:
43
runs-on: ubuntu-latest
44
steps:
0 commit comments