Skip to content

Commit

Permalink
feat: update template reference name
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan authored Jun 19, 2024
1 parent 3f6f6fe commit 2497070
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .tmplr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ steps:

- copy: README.tmpl.md
to: README.md
- copy: CMakeInstall.txt.tmpl
to: CMakeInstall.txt
- copy: Install.cmake.tmpl
to: Install.cmake
- copy: src/pr_module.cpp.tmpl
to: src/pr_module.cpp
- copy: .github/pragma_module_info.json.tmpl
Expand All @@ -62,7 +62,7 @@ steps:
to: examples/ex_load_pragma_module.lua

- remove: README.tmpl.md
- remove: CMakeInstall.txt.tmpl
- remove: Install.cmake.tmpl
- remove: src/pr_module.cpp.tmpl
- remove: .github/pragma_module_info.json.tmpl
- remove: CMakeLists.txt.tmpl
Expand Down

0 comments on commit 2497070

Please sign in to comment.