We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d0675 commit cbb5aecCopy full SHA for cbb5aec
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
cmake ..
25
cmake --build . --config Release
26
ctest -V -C Release
27
- cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/${{ matrix.platform }}/
+ cmake --install . --config Release --prefix ${{ github.workspace }}/artifact/
28
29
- name: Upload
30
uses: actions/upload-artifact@v2
0 commit comments