File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6565 - name : Insert new org and project
6666 run : |
6767 # rename the CMake project to match the github project
68- sed -i "s/myproject/${{ github.event.repository.name }}/gi" CMakeLists.txt configured_files/config.hpp.in
68+ sed -i "s/myproject/${{ github.event.repository.name }}/gi" CMakeLists.txt configured_files/config.hpp.in src/main.cpp
6969
7070 # Update URL placeholders for project
7171 sed -i "s|%%myurl%%|${{ fromJson(steps.get_repo_meta.outputs.data).html_url }}|gi" CMakeLists.txt
Original file line number Diff line number Diff line change 22build /
33out /
44cmake-build- * /
5+ conan-cache /
56
67# User spesific settings
78CMakeUserPresets.json
@@ -30,4 +31,4 @@ _ReSharper*
3031$RECYCLE.BIN /
3132.TemporaryItems
3233ehthumbs.db
33- Thumbs.db
34+ Thumbs.db
You can’t perform that action at this time.
0 commit comments