Skip to content

Commit

Permalink
rename template files
Browse files Browse the repository at this point in the history
Signed-off-by: Autumn60 <[email protected]>
  • Loading branch information
Autumn60 committed Jun 6, 2024
1 parent 11c5b21 commit 90e058b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/create-ros2-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
mkdir src && touch src/.gitkeep
mkdir include/${{ inputs.package-name}} && touch include/${{ inputs.package-name}}/.gitkeep
mkdir launch && touch launch/.gitkeep
cp ../.template-package/CMakeLists.txt ./CMakeLists.txt
cp ../.template-package/package.xml ./package.xml
cp ../.template-package/.CMakeLists.txt ./CMakeLists.txt
cp ../.template-package/.package.xml ./package.xml
else
mkdir msg && touch msg/.gitkeep
cp ../.template-interface-package/CMakeLists.txt ./CMakeLists.txt
cp ../.template-interface-package/package.xml ./package.xml
cp ../.template-interface-package/.CMakeLists.txt ./CMakeLists.txt
cp ../.template-interface-package/.package.xml ./package.xml
fi
sed 's/__PACKAGE_NAME__/package-name/g' ./CMakeLists.txt > "./CMakeLists.txt.tmp"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 90e058b

Please sign in to comment.